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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Anonymous
Not applicable

Automatically change date based on actual Week & Month

Hi everyone, 

 

I have a problem with month - week based results and i didn't find an option that allows me to show the results of each month in filter relative date, what i actually want is a filter that change automatically the actual month showing at the column header and the results, by example:

This is my current month and the past 5 months:

 

EfstepsTP_2-1603064848671.png

What i want is that in november the entire information changes automatically and shows me november results and past 5 months:
like this:

 

EfstepsTP_3-1603065122523.png

same thing with weeks, show the last 4 week year

I want to do it in the dimdate table

 

EfstepsTP_4-1603065346470.png

 


because there's a lot of values calculated and i want to avoid make a measure for each one, just do it like a date filter


Thank you very much for reading.

3 REPLIES 3
amitchandak
Super User
Super User

@Anonymous , For this best, is relative date filter.

 

Or you have to create a column like this in date table

Month Type = Switch( True(),
eomonth([Date],0) = eomonth(Today(),-1),"Last Month" ,
eomonth([Date],0)= eomonth(Today(),0),"This Month" ,
Format([Date],"MMM-YYYY")
)

 

Also, you have to use this approach of the trend with the above filter

https://www.youtube.com/watch?v=duMSovyosXE

 

Please provide your feedback comments and advice for new videos
Tutorial Series Dax Vs SQL Direct Query PBI Tips
Appreciate your Kudos.

Anonymous
Not applicable

Excellent, worked so well, how can i do that for the week year number? like Week 39, 40, 41, 42?

Anonymous
Not applicable

@Anonymous  Combinevalue(" ", "Week " , Weeknum(date(date))

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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