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
Snickren
New Member

Monthly report query

Hello, 

I'm creating a power query for a co-worker. They run a report every month and complete same the tasks to that document each time. I have the query working how I need it with the current source. How do I get it to work the same way with the next month's data?  I've tried copying the Query and pasting it into the next document but still have to change the source. Is there a better way? I would like to make easy for them and not too many steps.

4 REPLIES 4
Snickren
New Member

The report is exported into an excel document.

I was asking where the data is originally coming from, not where it eventually ends up.

yes, when I get the report it is an excel document and stays an excel... I'm not sure where they are exporting the report from.

lbendlin
Super User
Super User

Both Power Query and DAX have functions to sense what "today" is.  In DAX it is actually called TODAY().  You can use these functions to set the report filters, or to modify the data source queries. 

 

Depending on the amount of data you may also want to give them the option to look at historical data (prior months).  That means you may not even need separate files.   What is the data source for your report?

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 Solution Authors