Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
I am trying to calculate the percentage of our jobs that are complete but I do not want to display anything over 100%
Solved! Go to Solution.
Hi,
Try this measure
=if(divide(SUM('Revenue1'[Total]),SUM('Estimates4'[Amount]))>1,1,divide(SUM('Revenue1'[Total]),SUM('Estimates4'[Amount])))
Format this measure as %.
Hi,
Try this measure
=if(divide(SUM('Revenue1'[Total]),SUM('Estimates4'[Amount]))>1,1,divide(SUM('Revenue1'[Total]),SUM('Estimates4'[Amount])))
Format this measure as %.
Hi, @Anonymous
Please try the below measure.
If that is not what you need, if it is OK with you, please share your sample pbix file, then I can try to look into it to come up with a more accurate measure.
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster.
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
110 | |
96 | |
90 | |
81 | |
69 |
User | Count |
---|---|
157 | |
125 | |
116 | |
111 | |
95 |