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 streaming dataset that I am pushing data to using the REST API automatically everyday at 8AM. The data is coming in and displaying correctly in my report. However, the "data updated" date at the top of the report says it has not been updated in 10 days. How can this be fixed? It is confusing for our customers.
Solved! Go to Solution.
HI @Anonymous,
I think the push dataset may different from the common dataset, so the data updated property can't trace the correct refresh time.
For this scenario, I'd like to suggest you create a measure expression to pick up the 'last date' from your dataset table and use it to create a card show the last update time.
If you want to know more about power bi data refresh, you can take a look at the following document.
Data refresh in Power BI - Power BI | Microsoft Docs
Regards,
Xiaoxin Sheng
HI @Anonymous,
I think the push dataset may different from the common dataset, so the data updated property can't trace the correct refresh time.
For this scenario, I'd like to suggest you create a measure expression to pick up the 'last date' from your dataset table and use it to create a card show the last update time.
If you want to know more about power bi data refresh, you can take a look at the following document.
Data refresh in Power BI - Power BI | Microsoft Docs
Regards,
Xiaoxin Sheng