Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi, hope one of you can help me!
I want to make a measure that shows the progression in %.
For example:
Progress visited places (this is a Excel-list with all visited places in each row, summarized to a tabel).
Formula: CALCULATE(COUNT('Data'[Names))
| Abigail | 16 |
| Bernard | 17 |
| Chris | 9 |
| Dot | 45 |
| Eve | 21 |
| Finn | 12 |
| Gerard | 11 |
Goals (this is a fixed tabel):
| Abigail | 50 |
| Bernard | 60 |
| Chris | 60 |
| Dot | 60 |
| Eve | 40 |
| Finn | 20 |
| Gerard | 30 |
| Total | 320 |
When I want to divide the progress with the goals, PowerBI will divide the progress with all the goals (320).
But this is not what I want. For example, I want to see this: Abigail --> 16 divide to 50 = 32% instead of 16 divide to 320.
| Abigail | 16 | 32% |
| Bernard | 17 | 28,3% |
| Chris | 9 | 15% |
| Dot | 45 | 75% |
| Eve | 21 | 52,5% |
| Finn | 12 | 60% |
| Gerard | 11 | 36,6% |
Is there an easy way to do this?
If you need more information, let me know!
Solved! Go to Solution.
I
Try this
I
Try this
Thanks, it works for me! 🙂
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 9 | |
| 8 | |
| 8 |