Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello,
I'm very new in power bi learning. I've one slicer, one stacked column chart and one card.
slicer = market items, one stacked column chart = working market items, card = one measure written..
*items mean data
What I'm looking is when I will click on item in slicer, I should get % in card.
after selecting any item from slicers, to get % calcaution below is the logic-
var a = highest value in column chart
var b = total of all the numbers which is availble in chart
currently I've this dax with me. But this only give me % after selecting (clicking) on bar. Instaed of this, when I will select value in slicers, it directly show me in card.
Pls guide me on this
Solved! Go to Solution.
Hi @PowerBIBeginer ,
You may try to click this percent sign in the Measure tool. The value will then be returned as a percentage.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @PowerBIBeginer ,
You may try to click this percent sign in the Measure tool. The value will then be returned as a percentage.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
This is called perfect solution.. Appriciate your reply.. Thanks..
@PowerBIBeginer ,The information you have provided is not making the problem clear to me. Can you please explain with an example.
Can you share sample data and sample output in table format?
Appreciate your Kudos.
how do i attach screenshot?
Hi All,
Anyone here to help me on this
let me explain one more time..
I have one slicer - it contains market value
I have one stacked column chart - it contains working market value (i.e. graph)
the dax which I've just shared, it shows me % after clicking on every column bar
instaed of this, when I'll click (select) value in sliecer (i.e. market item which is also available in working market graph) will directly show me % of total.
this is my current dax