The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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! 🙂
User | Count |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
21 | |
12 | |
10 | |
7 |