Forum Discussion
Measure colour difference in legend
Hi All,
I have one doubt: I add two measures to calculate a single measure and pass the measure in a bar chart. Now it displays the values correctly.
Measure 3 = Measure1 + Measure2
But now I need a split like a legent in a bar chart. values of Measure1 in one color and values of Measure2 in another color.
How to get the result.
Thanks in advance
4 Replies
- AnkitaaMishraSuper User
Hi Vallirajap ,
Hope you are doing well.
If my understanding is clear, then please use Stacked Column Chart and place measure1 and measure2 on the yaxis :
After that from format your visual section, you can go to column ---> select each measure (under series) and apply the color of your choice as shown below :
If this doesn't work for you, please elaborate your requirement.
Thanks,Ankita
- VallirajapResolver III
Hi AnkitaaMishra,
Thanks for your reply.
But it's not like that. In my scenario, I add two measures and put them in a parameter along with more than one measure. So, I can't pass the meausres separately.
You may know any other options. Please share.
Thank You- AnkitaaMishraSuper User
Hi Vallirajap ,
Could you please share a PBI file with sample data and the approach you are using, it will help to understand as I am unable to replicate the requirement.
Thanks,
Ankita
- AnonymousNot applicable
Hi Vallirajap
Thanks for the reply from AnkitaaMishra .
Vallirajap , in my testing, I put the two measures created into the Fields parameter without adding them up, please refer to the following test.
My sample:
Measures:
Measure = SUM(financials[Profit])Measure 2 = SUM(financials[Discounts])Parameters:
Output:
Best Regards,
Yulia XuIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.