The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have a date value list code as (CALENDAR(DATE(2023,1,1), TODAY() - 1)) that is bind to a date parameter, and I want to use it as date filter for my direct query.
I now encountered the issue that the date value in published report's version is not up to date:
In the desktop version, it will automatically show the up to date's value, while in published version, it shows the value up to the date that I have published it.
I want to to be automatically updated, is there any solution to this issue?
<Desktop's value>
<Published report's value>
Solved! Go to Solution.
Hello @EstherZhy66 ,
is the report is service refreshed ? try refreshing it.
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Follow me on Linkedin
Vote For my Idea💡
Proud to be a Super User! | |
Hello @EstherZhy66 ,
is the report is service refreshed ? try refreshing it.
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Follow me on Linkedin
Vote For my Idea💡
Proud to be a Super User! | |
Thank you! Finally found that the time zone of my power bi published is UTC -8, that's why my refreshed report does not have the updated date.