Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello Community,
My formula is working fine but total is not showing right numbers for Matrix Visuals.
Measure = DIVIDE(SUM('Totals'[Plan Rate]),SUM('Totals'[Invoice]),0)
I also tried the second measure formula but not working for me.
Measure = sumx(Totals,DIVIDE(SUM('Totals'[Plan Rate]),SUM('Totals'[Invoice]),0))
Dataset: 1 (Region)
Region | Country |
USA | Newyork |
CANADA | Toronto |
Europe | London |
Dataset:2 (Market)
Market | Derived |
BioPharma | Bio |
Clinical | Cli |
Forensic | For |
Dataset:3 (Totals)
Plan Rate | Invoice | Country | Derived | Country |
5 | 1 | Bio | Newyork | |
10 | 2 | Cli | Toronto | |
15 | 3 | For | London | |
25 | 4 | Bio | Country | |
30 | 5 | Cli | Newyork | |
35 | 6 | For | Toronto | |
40 | 7 | Bio | London | |
45 | 8 | Cli | Country | |
50 | 9 | For | Newyork |
Solved! Go to Solution.
Hello, @tejapowerbi123
So, something like this?
I created 3 measures, Sum of Invoice, Sum of Plan Rate and your Division:
Total Plan Rate = SUM('Totals'[Plan Rate])
Total Inovice = SUM('Totals'[Invoice])
Divided = SUMX('Totals', DIVIDE([Total Plan Rate], [Total Inovice], 0))
Hello, @tejapowerbi123
So, something like this?
I created 3 measures, Sum of Invoice, Sum of Plan Rate and your Division:
Total Plan Rate = SUM('Totals'[Plan Rate])
Total Inovice = SUM('Totals'[Invoice])
Divided = SUMX('Totals', DIVIDE([Total Plan Rate], [Total Inovice], 0))
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
57 | |
55 | |
55 | |
37 | |
30 |
User | Count |
---|---|
78 | |
66 | |
45 | |
44 | |
40 |