Forum Discussion
Power Bi Masure sum based on multiple criteria
- Anonymous3 years ago
Hi DANI2021 ,
I updated your sample pbix file(see the attachment), please check if that is what you want. Please update the formula of the measure [Total] as below:
Total =SUMX (ALLEXCEPT ('Fabrikleistung','Fabrikleistung'[Auftrag]),[Factory Output])Best Regards
- 3 years ago
Hi,
Try this measure
Total 1 = SUMX(ALLEXCEPT('Fabrikleistung','Fabrikleistung'[Auftrag]),[Factory Output])Hope this helps.
Hi DANI2021 ,
I can't access to your file when try to open your shared file link. Could you please grant the sufficient privilege to access the file? You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
- DANI20213 years agoFrequent Visitor
Sorry, should Work now
- Anonymous3 years agoNot applicable
Hi DANI2021 ,
I updated your sample pbix file(see the attachment), please find the details in the attachment. You can create a measure as below to get it:
Total = SUMX ( GROUPBY ( 'Fabrikleistung', 'Fabrikleistung'[Material], 'Fabrikleistung'[Hauptbuch], 'Fabrikleistung'[Auftrag] ), [Factory Output] + [Output 521000 *-1] + [Output 522000] + [Output 522002] )Best Regards
- DANI20213 years agoFrequent Visitor
This is Not quite the result i expect. I need the 315.55 in the new column at row Level.