Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. 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:
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |