Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Trying to create a third column to where success if divide by packages in a table, through a new measure.
Solved! Go to Solution.
Hi @jloose80 ,
If the columns in the screenshot are columns you could use below formula:
measure = selectedvalue('table'[success])/selectedvalue('table'[packages])
If they are measures, please try below formula.
measure = 'table'[success]/'table'[packages]
Best Regards,
Jay
Hi @jloose80 ,
If the columns in the screenshot are columns you could use below formula:
measure = selectedvalue('table'[success])/selectedvalue('table'[packages])
If they are measures, please try below formula.
measure = 'table'[success]/'table'[packages]
Best Regards,
Jay
HI
Measure=divide(Table[Success],Table[Packages],0)
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 49 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 86 | |
| 69 | |
| 37 | |
| 29 | |
| 26 |