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
SergeiBaklan
Oct 01, 2020Diamond Contributor
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
- AlessandraMacedoOct 01, 2020Copper Contributor
Thank you!!! SergeiBaklan
- SergeiBaklanOct 01, 2020Diamond Contributor
You are welcome