Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
My line chart is measuring 3 things. I want line A to be measured as a percentage of line B. However, it is being measured as a percentage of line B and C. Is there a way to fix this?
Essentially I want the graph to look how it does right now, but I want the "Success" line to be a percentage and not a sum. Also, it should be a percentage of Marketo Lead ID, not a percentage of Marketo Lead ID and Activity Type (grand total).
Hi @pkumar,
You could try with calculated measure:
Success = DIVIDE(DISTINCTCOUNT(Data[Marketo Lead ID]), CALCULATE(DISTINCTCOUNT(Data[Marketo Lead ID]),ALL(Data)))
As my sample: there are total 130 leads, and 5 leads in April 17, 2016, so the % = 5/150 = 3.86%. Is is correct?
For filter with anothe columns/fields, you could replace ALL(Data) method by ALLEXCEPT(Data,columnfieldInTheSlicer) or try with ALLSELECTED method.
If this works for you please accept it as solution and also like to give KUDOS.
Best regards
Tri Nguyen
I'm still a little confused...I'm trying to get the success percentage to be a percentage of Activity Type. So if you look at the line graph I uploaded highlighted, it should be 1701/31075 = 5.47%
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
70 | |
68 | |
43 | |
34 | |
26 |
User | Count |
---|---|
86 | |
50 | |
45 | |
38 | |
38 |