Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. 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))
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 48 | |
| 40 | |
| 39 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 70 | |
| 67 | |
| 32 | |
| 27 | |
| 25 |