Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. 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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
80 | |
79 | |
58 | |
36 | |
35 |
User | Count |
---|---|
99 | |
56 | |
56 | |
46 | |
40 |