The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
15 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
23 | |
14 | |
13 | |
8 | |
8 |