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.
I have a table that looks like this:
Location | Day | Product_Name | Quantity |
East | 1 | Apples | 10 |
East | 1 | Oranges | 8 |
West | 1 | Apples | 15 |
West | 1 | Oranges | 5 |
North | 1 | Apples | 12 |
East | 2 | Apples | 8 |
East | 2 | Oranges | 12 |
West | 2 | Apples | 7 |
West | 2 | Oranges | 8 |
North | 1 | Apples | 10 |
I would like to get the difference in quantities for each Day and Product_Name between two Locations that are selected in slicers i.e:
Slicer 1 (Location): East
Slicer 2 (Location): West
The output desired would have the values of Slicer 1 minus Slicer 2 (East minus West) like the table below but in the form of a stacked bar chart with Day on the x-axis, Difference in the y-axis and Product_Name as the stacked categories.
Day | Product_Name | Difference |
1 | Apples | -5 |
1 | Oranges | 3 |
2 | Apples | 1 |
2 | Oranges | 4 |
Solved! Go to Solution.
@needtoknow , My video on similar topic can help
Power BI- Compare Categorical Data Using Slicers, Compare Two Brands/Categories/Cities: https://youtu.be/exN4nTewgbc
@needtoknow , My video on similar topic can help
Power BI- Compare Categorical Data Using Slicers, Compare Two Brands/Categories/Cities: https://youtu.be/exN4nTewgbc
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.