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

Automate Weekly Data

 
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , You want to calculate Source or show or both, You want to see this year's data with the complete month as a month and the rest as a week?

 

 

In case you have date you can get like

 

Source = if([Date] <=eomonth(today(),-1), "Month", "Week")

Show = if([Date] >=date(year(today()),1,1) && [Date] <= today(), "Yes", "No")

 

Or create a date with month year to use above

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Anonymous , You want to calculate Source or show or both, You want to see this year's data with the complete month as a month and the rest as a week?

 

 

In case you have date you can get like

 

Source = if([Date] <=eomonth(today(),-1), "Month", "Week")

Show = if([Date] >=date(year(today()),1,1) && [Date] <= today(), "Yes", "No")

 

Or create a date with month year to use above

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.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

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

PBI_Carousel_NL_June

Fabric Community Update - June 2024

Get the latest Fabric updates from Build 2024, key Skills Challenge voucher deadlines, top blogs, forum posts, and product ideas.

Top Solution Authors