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!Learn 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 |
|---|---|
| 62 | |
| 55 | |
| 39 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 93 | |
| 84 | |
| 33 | |
| 31 | |
| 25 |