Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Solved! Go to Solution.
@sdhn
Use the following measure:
Deployed % = MIN( DIVIDE ('Table'[NAD],[TED]) , 1 )
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@sdhn
Use the following measure:
Deployed % = MIN( DIVIDE ('Table'[NAD],[TED]) , 1 )
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@sdhn
Hope you are creating a MEASURE with the formula that I shared, I tested and it works. You may share a dummy file with this scenario.
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
NED & TED ar ealso measue retriving values of columns as below:
Hi @sdhn ,
I think min(...,1) will work. Here I have a test in my sample. NED & TED are both measures and it works well.
NAD = SUM('Table'[Product Agent Deployed])TED = SUM('Table'[Total points])Deployed % = MIN(DIVIDE ([NAD],[TED]),1)
Result is as below.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
message as:
The MIN function only accepts a column reference as an argument.
I removed "DIVIDE" from the code. Code validated but all values become 100 %.
I want to display 100 % when its over 100 % or equal to 100 %. Thanks
I wrote this but getting errors:
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 14 | |
| 5 | |
| 5 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 10 | |
| 10 | |
| 6 | |
| 6 |