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 Guys,
I am trying to Divide a data by a Sum of Data grouped on 2 columns.
Below is my Data:
DateTypeResult
| 1-Sep-22 | Type A | Good |
| 2-Sep-22 | Type A | Bad |
| 3-Sep-22 | Type A | Good |
| 4-Sep-22 | Type B | Bad |
| 5-Sep-22 | Type B | Good |
| 12-Oct-22 | Type B | Bad |
| 13-Oct-22 | Type B | Good |
| 14-Oct-22 | Type C | Good |
| 15-Oct-22 | Type C | Good |
Result Needed is:
| %age of Good | ||
| Matrix | September'22 | October'22 |
| Type A | (2/3)*100 = 66.66666667 | 0 |
| Type B | 50 | 50 |
| Type C | 0 | 100 |
How can I Achieve it?
Solved! Go to Solution.
Hello - I have attached a sample pbix demonstrating how you can achieve the result.
Try this measure
Also, add Month column to the table. Sort Month column by Month number column.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Try this measure
Also, add Month column to the table. Sort Month column by Month number column.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Hello @jennratten ,
Thanks for the Details.
But I just need Percentage of Good, Divide by that current group(Based on Type and Month) Total.
For eg : Sepetmber Type A% - 66.6%
Sorry If I could not detail it out well earlier.
Regards
Deepak
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.