Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
JurreVanGool
New Member

How to select only show previous X months in visual

Hi,

 

Pretty new to Power BI and ran into the following challenge:

I have a linechart visual which I want to adjust according the user selection in a slicer (months). So if the user selects July I want to only show the values $Actual for the month July and the previous 5 months (June, May, Apr, Mar, Feb). Ofcourse I managed to do this hardcoded $ActualHardcoded, also see table, however the challenge is to get this in a dynamic form.

 

$ActualHardcoded =
CALCULATE(sum('Act/Bud/Est'[Value]);
 FILTER('Act/Bud/Est';'Act/Bud/Est'[Scenario]="actual");
 FILTER('date';'date'[MonthIndex]>493); //493 is monthindex Jan
 FILTER('date';'date'[MonthIndex]<=499)) //499 is monthindex Jul (selection) 

 

Img:

1 is current data (not linked to slicer Month)

2 is preferred end result

 Power BI

Thanks in advance! 

 

(I did notice other people had similar issues in other topic however I did not manage to apply those to my solution 😞 ).

 

Jurre

1 ACCEPTED SOLUTION
v-yulgu-msft
Employee
Employee

Hi @JurreVanGool,

 

Here is a sample which shows how to display previous X days in visual based on slicer selection, the logic is similar to your scenario:

Rolling N Dates based on slicer selection

 

By the way, you'd better set the X-axis type to 'Categorical'.

 

Best regards,
Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-yulgu-msft
Employee
Employee

Hi @JurreVanGool,

 

Here is a sample which shows how to display previous X days in visual based on slicer selection, the logic is similar to your scenario:

Rolling N Dates based on slicer selection

 

By the way, you'd better set the X-axis type to 'Categorical'.

 

Best regards,
Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@v-yulgu-msft , 

Access denied to your link.

F

 

TomMartens
Super User
Super User

Hey,

 

to solve this you need an unrelated table, this table then is used for the selection used on the xaxis.

 

Then you have to adjust your measures to map the table on the unrelated table. Here you will find a pbix file Have a look at the page "Date axis unrelated".

 

Hope this helps

 

Regards



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.