Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi there,
I have created a calendar table separately because I wanted to showcase the days of the week and I used the below to create a column called MONTH DAY
But now I have the request to show only Sunday as the day on there like for e.g. Dec 01, Dec 02, Dec 03, Dec 04, Dec 05 Sunday, Dec 06, Dec 07, Dec 08, Dec 09, Dec 10, Dec 11, Dec 12 Sunday. Can someone please advise if there is something I can add to the function to achieve this??
Solved! Go to Solution.
My test seems to show this works:
Month Day = FORMAT([Date],"MMM dd") & " " & IF( FORMAT([Date],"dddd") = "Sunday", FORMAT([Date],"dddd", "" ))
Might be a cleaner way write it, but the concept works.
Hope it works out for you.
Regards,
Yes, that worked. Thanks for pointing it out!!
My test seems to show this works:
Month Day = FORMAT([Date],"MMM dd") & " " & IF( FORMAT([Date],"dddd") = "Sunday", FORMAT([Date],"dddd", "" ))
Might be a cleaner way write it, but the concept works.
Hope it works out for you.
Regards,
Thanks for responding!! I am not very good with this so I dont know how to correct these squiggle errors
Please copy and paste your formula as text (like you did in your original post) - not as a picture. I will try to see if I can spot the error.
You did not put in the "IF" statement after the second "&". This is what makes the formula work!
You should be able to just copy and paste what I gave you.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
85 | |
79 | |
54 | |
39 | |
35 |
User | Count |
---|---|
102 | |
80 | |
48 | |
48 | |
48 |