Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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:
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 21 | |
| 10 | |
| 10 | |
| 5 | |
| 5 |