Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi all,
I have a table smilar to the attached snapshot. I need to create a metric that shows sum of market transactions (for a selected store) when I select a store in the slicer.
My problem is that when I select a store, Market-sum filetrs shows value of that store and not the entire market of that store.
For example if I select store 21, answer should be 1829 and not 604.
Thanks!
Solved! Go to Solution.
@Anonymous
Try this:
Market Sum =
CALCULATE (
SUM ( 'Table'[Transaction] ),
FILTER ( ALL ( 'Table' ), 'Table'[Market] = SELECTEDVALUE ( 'Table'[Market] ) )
)
Bless you!
Vivek
If it helps, please mark it as a solution
Congratulations would be a cherry on top 🙂
https://www.vivran.in/
Connect on LinkedIn
Since store 21, belongs to Market C. Answer should be sum of Transactions of Market C: 1829
@Anonymous
Try this:
Market Sum =
CALCULATE (
SUM ( 'Table'[Transaction] ),
FILTER ( ALL ( 'Table' ), 'Table'[Market] = SELECTEDVALUE ( 'Table'[Market] ) )
)
Bless you!
Vivek
If it helps, please mark it as a solution
Congratulations would be a cherry on top 🙂
https://www.vivran.in/
Connect on LinkedIn
Hello @Anonymous ,
Please share sample data file/more details around the existing data. The issue is not clear from the description.
Cheers!
Vivek
https://www.vivran.in/
Connect on LinkedIn
| User | Count |
|---|---|
| 22 | |
| 21 | |
| 20 | |
| 20 | |
| 11 |
| User | Count |
|---|---|
| 62 | |
| 55 | |
| 46 | |
| 45 | |
| 34 |