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.
This might not be possible but if anyone has found a work around it would help loads.
I'm trying to create a column chart that is left aligned so that when it is affected by a slicer the columns line up with the matrix below.
This is the column chart and matrix unfiltered, the columns line up with the headings of the matrix underneath.
When I apply a filter for a specific year, the column is centred in the column chart and doesn't line up with the matrix.
I feel like it could be a really easy fix or just not possible at all, any help would be appreciated. Thanks in advance.
Solved! Go to Solution.
@James314 , I doubt we have control on that.
We can create a visual with independent table used in slicer,
Then you can have meausre like
if(Max([Year]), in values(Year[Year]) , [Meausre],0)
Or add +0 you measure to show all the years
[Measure] +0
@James314 , I doubt we have control on that.
We can create a visual with independent table used in slicer,
Then you can have meausre like
if(Max([Year]), in values(Year[Year]) , [Meausre],0)
Or add +0 you measure to show all the years
[Measure] +0
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 |
---|---|
81 | |
75 | |
60 | |
37 | |
33 |
User | Count |
---|---|
102 | |
56 | |
52 | |
46 | |
40 |