Forum Discussion
Sub
9 years agoRegular Visitor
How do I get this expression to work?
I have no idea if this is the correct place for placing this question. If it's not, please, feel free to change it. It concerns the following expression: Meldingen = SUMMARIZE ( 'powerbi v...
- Anonymous9 years ago
Hi Sub,
I think you forget to write the measure name, right?
Sample:
Column/Measure Name= SUMX(SUMMARIZE ( 'powerbi vgb_melding'; 'powerbi vgb_melding'[aanvangdatum]; "Meldingen"; SUM('powerbi vgb_melding'[aangemaaktid] ) ),[Meldingen])Regards,
Xiaoxin Sheng
Greg_Deckler
9 years agoCommunity Champion
Are you creating a table because SUMMARIZE will return a table. If you are trying to create a measure with that formula it will fail because you are trying to shove a table into a scalar.