Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hello dear Power BI-Community
Following problem:
Let's assume this table:
The goal is to calculate the % value of Orders (Anz. Aufträge) per product
Doing this by following two Measures:
Work fine but:
Static Value remains static even if date filter is applied (see picture 2)
Static Value should be 50 then
Thank you very much for your contribution.
Cheers
qwertzuiop
Solved! Go to Solution.
Hi @qwertzuiop ,
If I understand correctly, you want your static measure to change only on Date filter.
Based on this you can modify your DAX for static measure as follows:
Static =
CALCULATE (
SUM ( 'Tabelle'[Anz. Aufträge] ),
ALLEXCEPT ( 'Tabelle', 'Tabelle'[Datum] )
)
Thanks,
Pragati
Hi @qwertzuiop ,
If I understand correctly, you want your static measure to change only on Date filter.
Based on this you can modify your DAX for static measure as follows:
Static =
CALCULATE (
SUM ( 'Tabelle'[Anz. Aufträge] ),
ALLEXCEPT ( 'Tabelle', 'Tabelle'[Datum] )
)
Thanks,
Pragati
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
126 | |
78 | |
78 | |
59 | |
51 |
User | Count |
---|---|
164 | |
84 | |
68 | |
68 | |
58 |