Forum Discussion
AlessandraMacedo
Oct 01, 2020Copper Contributor
POWER QUERY - NEW COLUMN
Hi I have to add new column in power query in "Base Usuario". This new column must have this excel related formula: =COUNT.IFS('Base Integrantes'!AC:AC;"ATIVO";'Base Integrantes'!E:E;[@[Cod_UA]...
- Oct 01, 2020
Another variant - make reference on lookup table, filter it on constant (ATIVO), add custom column with value 1
Merge first table with it on E, expand ID column only
and group on all columns but ID with SUM aggregation
AlessandraMacedo
Oct 01, 2020Copper Contributor
Thank you!!! SergeiBaklan
SergeiBaklan
Oct 01, 2020Diamond Contributor
You are welcome