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 Vehicle Data set where I have few OBD and Non OBD Fault Code data (Time they were active in seconds ). I want to divide sum of length of OBD Faults active (Sum of time when OBD Fault was active ) and Divide it by the total length (Sum of total length both OBD and Non OBD).
Something like this : Sum(Faut code length - OBD only)/ Sum of all fault code length
Fault Code length is the time in seconds the Fault Code is active
Solved! Go to Solution.
Hi! @Anonymous
I used something like this
Hi @Anonymous ,
Will this work for you?
I created a measure like this to calculate the total sum by category.
measure = calculate(sum(Sheet12[Time in s]))
Then I used the same measure and calculated the % of Grand total like this.
Than in the table Visual I added the fields to show somethign like this:
Please let me know if this works.
Thanks,
Tejaswi
Hi! @Anonymous
I used something like this
Hi @Anonymous ,
That's Nice!
If you think your issue is resolved you can mark it as a solution.
Thanks,
Tejaswi
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 |
|---|---|
| 36 | |
| 28 | |
| 27 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 66 | |
| 36 | |
| 33 | |
| 26 | |
| 24 |