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
Anonymous
9 years agoNot applicable
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
Sub
9 years agoRegular Visitor
Hi,
I think you're right. :/
Anyway, it works now. Thanks! Will mark your answer as the accepted answer.