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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. 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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors