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
Sub
9 years agoRegular Visitor
Hello v-shex-msft,
Thanks for the suggestion, but when I use your function it returns an error: "To use special characters in a measure name, enclose the entire name in brackets ( [] ) and add a ] to any closing brackets in the name." I've looked everywhere, but the brackets are there and none are missing as it seems.
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
- Sub9 years agoRegular Visitor
Hi,
I think you're right. :/
Anyway, it works now. Thanks! Will mark your answer as the accepted answer.