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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello everyone, i haven't been able to come up with the right DAX for a measure that helps me with following: i have a set of data that looks like:
Date | Location | Quantity |
01-Mar-22 | C1 | 10 |
02-Mar-22 | C1 | 12 |
01-Mar-22 | C2 | 14 |
02-Mar-22 | C2 | 20 |
and i would like to have a dashboard with 2 sliders (date, location) and a card that shows the sum of the average quantity like this:
this is that when the slider selects multiple dates (Q1 in the example) and one location then it shows the average quantity in that location, when the slider selects multiple dates (Q1 in the example) and multiple locations (C1 and C2) then the card shows the sum of the average quantity by location.
any help is highly appreciated!
Thanks,
Edison
Solved! Go to Solution.
Hi @Anonymous
you may try
Sum of Average =
SUMX ( SUMMARIZE ( Table, Table[Locatin], Table[Date] ), [Average] )
Hi @Anonymous
you may try
Sum of Average =
SUMX ( SUMMARIZE ( Table, Table[Locatin], Table[Date] ), [Average] )
@Anonymous , Nor very clear, But interactions can help
How Interactions Work- Split Page using interactions to compare: https://youtu.be/GIfRKzhMaR4
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.