Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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?
Hi, what is your question? Would you like help to the DAX formula?
where did the 100 come from?
| User | Count |
|---|---|
| 51 | |
| 40 | |
| 29 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 64 | |
| 57 | |
| 40 | |
| 21 | |
| 19 |