Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
This is how it works now:
It works correctly for quarter 4, but not for quarter 3 because it shows all years in a particular 3th quarter as expected.
I have tried many solutions, for example to create two charts where the first chart shows the history of all previous years, the second only shows the last year. But you need to use multiple slicers to work with that.
So my question is whether I can somehow lock the previous years and leave them only for the 4th quarter? This seems like the easiest option, but I can't find any similar problem to the one I'm having. I will be glad for any other simple solution where I can just use these two slicers and be able to solve it.
Solved! Go to Solution.
Hi @noname_nobody
You can manipulate the filters that you are applying with dax.
Assume that your model includes the calendar table you can use something like :
Pbix is attached
More information about the date table is here :
https://learn.microsoft.com/en-us/power-bi/guidance/model-date-tables
Calculate function :
https://www.youtube.com/watch?v=Vz-38fJ4asc
All and allselected :
https://www.youtube.com/watch?v=6t5D7K8jZvc
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @noname_nobody
You can manipulate the filters that you are applying with dax.
Assume that your model includes the calendar table you can use something like :
Pbix is attached
More information about the date table is here :
https://learn.microsoft.com/en-us/power-bi/guidance/model-date-tables
Calculate function :
https://www.youtube.com/watch?v=Vz-38fJ4asc
All and allselected :
https://www.youtube.com/watch?v=6t5D7K8jZvc
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hello, thank you for your answer.
But I still have a problem.
I use this measure:
The orange column is important - it should have the same values as the dark blue columns for 2020-2022 and for 2023 it should have the same value as the light blue value - which is correct.
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
| User | Count |
|---|---|
| 50 | |
| 42 | |
| 36 | |
| 31 | |
| 29 |
| User | Count |
|---|---|
| 129 | |
| 129 | |
| 59 | |
| 48 | |
| 47 |