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)
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 45 | |
| 35 | |
| 30 | |
| 15 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 56 | |
| 38 | |
| 21 | |
| 21 |