Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
sc_1991
Frequent Visitor

DAX Help needed

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

1 ACCEPTED SOLUTION

Hi! @Anonymous 

 

I used something like this 

OBD_Lamp_Percentage = DIVIDE(CALCULATE(SUM( 'Active Faults'[Length of Active Fault Code]),FILTER('Active Faults','Active Faults'[Lamp. OBD Type ]="OBD")),SUM('Active Faults'[Master Data.Day_Length_Final]))
 
and it seems to be performing the way how I wanted to the calculation to be. 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @sc_1991 ,

 

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.

step 5.PNG

Than in the table Visual I added the fields to show somethign like this:

step 6.PNG

Please let me know if this works.

 

Thanks,

Tejaswi

 

Hi! @Anonymous 

 

I used something like this 

OBD_Lamp_Percentage = DIVIDE(CALCULATE(SUM( 'Active Faults'[Length of Active Fault Code]),FILTER('Active Faults','Active Faults'[Lamp. OBD Type ]="OBD")),SUM('Active Faults'[Master Data.Day_Length_Final]))
 
and it seems to be performing the way how I wanted to the calculation to be. 
Anonymous
Not applicable

Hi @sc_1991 ,

That's Nice!

 

If you think your issue is resolved you can mark it as a solution.

 

Thanks,

Tejaswi

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.