Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi team,
Is it possible to update table name dynamically based on previous date? kindly share me the inputs to implement this
For Example if report refreshed on the next day,the tablename should be updated as 'VW_DAILY_FT_29JUN2021"
thanks in advance
gladis
Solved! Go to Solution.
Hi @gladies123 ,
yes, you can create a step or query that creates a string from todays date dynamically like so:
Date.ToText(Date.From(DateTime.LocalNow()), "ddMMMyyyy")
If you named that step or query "myDynamicDate", you would then incorporate that in your query string like so:
"select * from " & myDynamicDate
Imke Feldmann (The BIccountant)
If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!
How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries
Hi @gladies123 ,
yes, you can create a step or query that creates a string from todays date dynamically like so:
Date.ToText(Date.From(DateTime.LocalNow()), "ddMMMyyyy")
If you named that step or query "myDynamicDate", you would then incorporate that in your query string like so:
"select * from " & myDynamicDate
Imke Feldmann (The BIccountant)
If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!
How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
63 | |
62 | |
52 | |
39 | |
24 |
User | Count |
---|---|
84 | |
57 | |
45 | |
42 | |
37 |