Forum Discussion
DANI2021
3 years agoFrequent Visitor
Power Bi Masure sum based on multiple criteria
Hello all, I have a table with various information. I have an order. Different material numbers are assigned to this order. In my measure, the correct number is now displayed based ...
Anonymous
3 years agoNot applicable
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
DANI2021
3 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.
- Anonymous3 years agoNot applicable
Hi DANI2021 ,
Please update the formula of measure [Total] as below and check if it is your expected result... You can find the details in the attachment.
Total = SUMX ( ALLEXCEPT ( 'Fabrikleistung', 'Fabrikleistung'[Hauptbuch] ), [Factory Output] )Best Regards