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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Help with DAX - Percent Query

Hi All,

 

Does anyone know a DAX where I can work out the percentage of jobs complete please?

 

=(Total Jobs - Open Jobs ) / Total Jobs *100    - Is what i use in excel. I cant seem to figure this out in Power BI as a saved measure.

 

I have measures for - All Jobs, Open Jobs and Completed Jobs.

 

Thanks

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , Assume you have two measures [Open Jobs], [Total Jobs]

Divide([Open Jobs], [Total Jobs])

 

Mark this a % column

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Thanks both. Neither of these seems to be giving me the correct information. 

Whitewater100
Solution Sage
Solution Sage

Hi Bidds10:

 

Please see attached link. https://drive.google.com/file/d/1u6etqcBzxFg5R4TRCO-qKqhz8UU_sQFv/view?usp=sharing 

There is usually more than one way to do this. A lot of measure are built upon other measures, branching out.

I'm using my own made up data but should apply to yours if you change the table name and column names.

 

You'll see, but the measure for the % complete is:

Perc Complete = DIVIDE([Completed Jobs],[Total Jobs],0)
Incomplete Jobs = CALCULATE([Total Jobs], JobStatus[Status]="INC")
Completed Jobs = [Total Jobs] - [Incomplete Jobs]
amitchandak
Super User
Super User

@Anonymous , Assume you have two measures [Open Jobs], [Total Jobs]

Divide([Open Jobs], [Total Jobs])

 

Mark this a % column

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.