Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hi all,
I have a table with numerous fields and I want to show a table in my report with following fields only:
Date, Product Category, Unit
This is how my data (fields I am trying to show in my table) looks like:
Date, product category, sales unit, forecast unit
Jan , A, 10, 10
Jan, B, 15,20
Jan, C, 15,10
Feb, A, 10,20
Feb, B, 10,10
I want to derive the final table as below. Note that units in this table is the forecast unit - sales unit for a month, without considering the product category.
Date, Product category, Units
Jan , A, 0
Jan, B, 0
Jan, C, 0
Feb, A, 10
Feb, B, 10
I tried using All and AllExcept, but didnt seem to work. I could be doing something wrong. Please help me with this.
Solved! Go to Solution.
Thanks a lot. I didnt create it as a measure, my bad.
Thanks Amitchandak for the quick response. But this does not seem to be working for me.
Date, Product category, Units
Jan , A, 10
Jan, B, 10
Jan, C, 10
Feb, A, 10
Feb, B, 10
For Jan, the data should show 0 as the difference for Jan is 0 and for Feb it should show 10.
Thanks a lot. I didnt create it as a measure, my bad.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 9 | |
| 8 | |
| 8 | |
| 7 |