Forum Discussion
Philipp_ISARTAX
2 years agoFrequent Visitor
Sum depending on Letters in Column
Hello all, I'm a newbie in working with Power BI. Actualy I have a data model with a tble which has in One Row several letters and in another row values. Now I try to create a Measure with D...
Ahmedx
2 years agoSuper User
To understand why your measure does not work, share some data
Philipp_ISARTAX
2 years agoFrequent Visitor
Hello Ahmedx ,
hello Uzi2019 ,
Please find as follows a screenshot from the table "Abgerechnete Gebühren" from Power Query with the relevant columns:
Here is the Measure and the used DAX-Formula:
I would have expected the summarized total of the columns "Gebührenbetrag mit Mult..." over the lines where the letter "V" is in column "Abrechnungsart Gebühren".
As you can see in the card, the result is empty!
- Ahmedx2 years agoSuper User
after the filter must be approved ALL
- Ahmedx2 years agoSuper User
- Philipp_ISARTAX2 years agoFrequent Visitor
- Ahmedx2 years agoSuper User
Share sample pbix file to help you.
or try this
CALCULATE(SUM(....), FILTER(ALL(.....- Philipp_ISARTAX2 years agoFrequent Visitor
Hello Ahmedx ,
I don't know, if this works. Please find as follows the Link to the Sample-pbix-File:
Thanks, Kind regards