Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
I have made a line chart to show active users over time. The values stems from a measure which is summing up the number of registrations minus the number of cancellations:
The 'Active users' measure is simply adding the number of regristrations and subtracting the number of cancellations. And the values i use in my line chart is, as the name implies, a running total of that number.
My line chart is working and showing data on a monthly basis. However, I want to only show data for 6 months back. A simple filter on the chart will change the values. I need a way to filter the X axis without changing data.
Solved! Go to Solution.
Hi @wingsted93 ,
In your measure, replace ALLSELECTED with ALL in that case and check if that works.
Thanks,
Pragati
Hi @wingsted93 ,
Click on your line chart and got to visual level filters and apply filter on the column that is used on the x-axis.
Consider the following visual where I have got SALES by MONTH-YEAR:
Now suppose if I just want data to be shown for last 6 months, then apply visual level filter on Date column using Relative Filtering option:
Thanks,
Pragati
Hi @Pragati11 ,
I have aready tried that, but the values are only true if the calculations are made on the entire dataset, and when i filter the way you propose, i get wrong values on the line chart, as it calculates the difference in user registrations vs user cancellations. I need a way to filter without the measure "knowing" about it.
Hi @wingsted93 ,
In your measure, replace ALLSELECTED with ALL in that case and check if that works.
Thanks,
Pragati
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 27 | |
| 24 | |
| 18 | |
| 15 | |
| 15 |
| User | Count |
|---|---|
| 63 | |
| 42 | |
| 41 | |
| 38 | |
| 37 |