Forum Discussion
Anonymous
3 years agoNot applicable
DAX Measure Question
Hello all!
My data in Power BI looks like so:
| Milestone | Count | Order |
| Lead | 500 | 01 |
| Credit | 250 | 02 |
| Closing | 50 | 03 |
I am looking to create a measure (or column) in Power BI which helps show the Milestone percentage between different milestones.
For example: I want to see the Lead to Credit Percentage (250/500), the Closing Percentage (50/100). How would I be able to create this using DAX?