This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi,
I have a Table visual in power BI with below mentioned columns.
I want "MTT Total" value as ... Division of "Friction Total" and "Count Total"...…(Friction Total /Count Total )....
724034 / 7139=101.41
but I am getting it as 101.46
could you please guide to get it as 724034 / 7139=101.41....in the same table as "MTT Total"..
please refer below mentioned table
| Type | Count | Friction | MTT |
| P1 - Critical | 10 | 30.299999999999997 | 3.03 |
| P2 - High | 90 | 12243.13953488372 | 136.03488372093022 |
| P3 - Medium | 662 | 59000.61927330174 | 89.12480252764612 |
| P4 - Low | 1405 | 136807.9326574946 | 97.37219406227372 |
| xyz | 4972 | 515952 | 103.77152051488335 |
| Total | 7139 | 724034 | 101.46 |
Solved! Go to Solution.
Hi, Thanks for you support.
Finally I could fix the issue.
Posting the calculation...as it might help someone in future...
--correct the Total with sumx(summarize...) and use it in the division
CorrectTotal =
Hi @Vaishnav , Thank you for reaching out to the Microsoft Community Forum.
Please see the attached .PBIX file for your reference.
Note: 724034 / 7139=101.419, so it will be rounded to 101.42.
If this helped solve the issue, please consider marking it 'Accept as Solution' so others with similar queries may find it more easily. If not, please share the details, always happy to help.
Thank you.
Hi @v-hashadapu
I need that value as part of the table...at "Total" field under "MTT" Column ( Highlighted in Red)
Hi @Vaishnav - You need to create a new measure for MTT Total that does the division using total values, not the summed-up MTT values.
Hope this helps and works
Proud to be a Super User! | |
Hi, Thanks for you support.
Finally I could fix the issue.
Posting the calculation...as it might help someone in future...
--correct the Total with sumx(summarize...) and use it in the division
CorrectTotal =
Hi @rajendraongole1
I need that value as part of the table...at "Total" field under "MTT" Column ( Highlighted in Red)
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 39 | |
| 28 | |
| 27 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 37 | |
| 32 | |
| 26 | |
| 25 |