March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
I'm working with a "Clustered column chart", and I'm filtering by "Relative filter" in this week, but the week of Power begin in Sundayand I would like that the week will begin in Monday.
How I do it?
Regards,
Xavi
Solved! Go to Solution.
Hi @XaviOV
By the look of, this option is not yet available in Power BI, but you can vote for it here.
As an alternative, you can build a Relative Date Dimension as per below article where you can specify the start of the week.
https://community.powerbi.com/t5/Community-Blog/Relative-Date-Dimension/ba-p/779039
Just adjust week to start on Monday
Date.WeekOfYear( date, Day.Monday )
Hi @XaviOV ,
I think I got a work-around of achieving this.
I have a sample data with 2 columns:
I added two columns to this using following DAX expression:
Hi @Pragati11 ,
Yes, but in this case the value of Monday is the value of the last week no of the current week 😞
Regards,
Xavi
Hi @XaviOV ,
Apologies, didn't understand your question.
You can use Relative Date filter for slicing data for current week, last week, etc.
If this helps appreciate a Kudos and mark it as a Solution! 🙂
Thanks,
Pragati
The information you have provided is not making the problem clear to me. Can you please explain with an example.
You can refer this file how to deal with week from Monday to Friday
https://www.dropbox.com/s/a9xq913pgvuzg2x/sales_analytics_weekWiseMon_sun.pbix?dl=0
Appreciate your Kudos.
Hi @amitchandak , @Mariusz and @Pragati11
I attachment a picture, I'm filtering the column chart by a week ago but the week begin to Sunday until Monday, and would like that the week begin to Monday until Sunday. In the column chart appear the last Monday (Domingo in spanish)
Regards,
Xavi
Hi @XaviOV
As mentioned in my previous post, what you asked of can not be achieved currently with relative filters, so please refer to both links I have posted previously.
Hi @XaviOV
By the look of, this option is not yet available in Power BI, but you can vote for it here.
As an alternative, you can build a Relative Date Dimension as per below article where you can specify the start of the week.
https://community.powerbi.com/t5/Community-Blog/Relative-Date-Dimension/ba-p/779039
Just adjust week to start on Monday
Date.WeekOfYear( date, Day.Monday )
Hi @XaviOV ,
Have you got a caluclated column for Week Number in your data? If yes, then use the "WEEKDAY" dax function with "return_type" = 2, to start your week with Monday.
Refer following for detail:
https://docs.microsoft.com/en-us/dax/weekday-function-dax
If this helps appreciate a Kudos and mark it as a Solution! 🙂
Thanks,
Pragati
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
134 | |
91 | |
89 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
72 | |
68 |