The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
How to get an exact value Percentage. It shows 100% instead of 99.99
Actual load = 157131
GLP=157129
% = 99.99
My measures:
Solved! Go to Solution.
Hi @jayceeb
Do you want to calculate 157129/ 157131?
You can try the following measure
Measure = ROUNDDOWN(157129/157131,4)
Output
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @jayceeb
Do you want to calculate 157129/ 157131?
You can try the following measure
Measure = ROUNDDOWN(157129/157131,4)
Output
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
thank you.
User | Count |
---|---|
13 | |
8 | |
6 | |
6 | |
5 |
User | Count |
---|---|
24 | |
14 | |
13 | |
8 | |
8 |