This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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:
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 7 | |
| 6 | |
| 6 |