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
Hi everyone,
I know that there is a way to display the % of row total. The problem is that I have to compare the % row total of a table with values of another table...so I think I have to create a measure to calculate the % of row total. Do you know how can I do this?
Thanks in advance
Hi @Anonymous
I created a sample as below, and add the measures:
Measure = DIVIDE(MAX(Table1[Volume]),CALCULATE(SUM(Table1[Volume]),ALL(Table1))) Measure 2 = DIVIDE(MAX(Table2[Volume]),CALCULATE(SUM(Table2[Volume]),ALL(Table2))) Compariance = [Measure]-[Measure 2]
Note that there’re one-to-one relationship between 2 tables. Results shown as below:
Please let us know more details if the issue still pending.
Best regards,
Dina Ye
Hi @v-diye-msft ,
The formula that you wrote is not the percentage of the row but the percentage of the column.
Thank you anyway
Hi @Anonymous ,
I can barely replicate your question, could you please show me your dummy pbix? I'd like to provide the further advice.
Best regards,
Dina Ye
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.
| User | Count |
|---|---|
| 44 | |
| 43 | |
| 38 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 64 | |
| 31 | |
| 29 | |
| 24 |