Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I've done some quick measures to filter values, but when I check the Measure against the filter it only return the total sum, not per filter or what to say. Is it possible to fix this?
This is the DAX:
I want it to return the value like this (But without 85XX):
Have a nice friday all!
Solved! Go to Solution.
Hi,
Please try something like below if it suits your requirement.
Kost.belopp (aktuellt) for 18, 6, or 1 =
CALCULATE (
SUM ( 'Artikeltransaktion (2)'[Kost.belopp (aktuellt)] ),
FILTER (
'Artikeltransaktion (2)',
'Artikeltransaktion (2)'[Lagerställekod] IN { "18", "6", "1" }
)
)
Awesome! Thanks 🙂
Hi,
Please try something like below if it suits your requirement.
Kost.belopp (aktuellt) for 18, 6, or 1 =
CALCULATE (
SUM ( 'Artikeltransaktion (2)'[Kost.belopp (aktuellt)] ),
FILTER (
'Artikeltransaktion (2)',
'Artikeltransaktion (2)'[Lagerställekod] IN { "18", "6", "1" }
)
)
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |