Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
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)
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 40 | |
| 37 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 67 | |
| 34 | |
| 33 | |
| 30 |