March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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
Solved! Go to Solution.
@Anonymous , Assume you have two measures [Open Jobs], [Total Jobs]
Divide([Open Jobs], [Total Jobs])
Mark this a % column
Thanks both. Neither of these seems to be giving me the correct information.
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:
@Anonymous , Assume you have two measures [Open Jobs], [Total Jobs]
Divide([Open Jobs], [Total Jobs])
Mark this a % column
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
23 | |
15 | |
12 | |
9 | |
8 |
User | Count |
---|---|
41 | |
32 | |
29 | |
12 | |
12 |