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
JQuon
Helper I
Helper I

Dynamic Calendar table based on "x" date and frequency

Power BI experts...each report we create has a different refresh schedule (Weekly, Monthly, Qtrly). Is there a way to create a calculated table or calendar that will show all the refresh dates in a year based on "x" date and frequency?
 
For example If I set a baseline date of a report for January 1st that needs to be refreshed monthly, I would like a table that dynamically shows that a refresh is required every 1st of the month for the rest of the year or until expiration date.  
 
Is this possible?
1 REPLY 1
JosefPrakljacic
Solution Sage
Solution Sage

Hey,

I imagine that it would work with the CrossJoin function. I crossjoin your table with the refresh intervals and a date table.

 

This Date Table also has the frequency info maintained somewhere.

 

Then I apply the Filter Function to get the relevant data.

 

It could be that I need more than one Date Table.

 

BR,

Josef

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 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.

Top Kudoed Authors