Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello all,
I have a Clustered Column visual, that display results of up to 3 years (including a slicer to select years).
What is the best way to display the total value, for each category (X-axis item), for selected years?
Solved! Go to Solution.
Hi,
Create a Table visual and drag Category there. Drag the same measure as the one you have dragged to the column chart visual.
Hi,
Create a Table visual and drag Category there. Drag the same measure as the one you have dragged to the column chart visual.
Thanks, very good, but is there a way to display this as an additional column, in the clustered-column chart?
You are welcome. Even if you do that, wouldn't the existing columns become very small because their height will be relative to the Grand total column?
Hi @RafaelAri ,
Depending on the information you provided, you can follow these steps below:
1.Add new measure and put it into Card.
Total value =
VAR _selectedyear =SELECTEDVALUE('Table'[Year])
RETURN
CALCULATE(SUM('Table'[Sales]),FILTER('Table','Table'[Year]=_selectedyear))
Final output:
How to Get Your Question Answered Quickly - Microsoft Fabric Community
If it does not help, please provide more details with your desired out put and pbix file without privacy information.
Best Regards,
Ada Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
84 | |
80 | |
70 | |
47 | |
43 |
User | Count |
---|---|
108 | |
54 | |
50 | |
40 | |
40 |