Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
So If there's a graph visual that shows the temp of a machine, we want to know when the temps spike up in real time so that the machine doesn't break .
Solved! Go to Solution.
Hi @JayneHatGuy, please refer to this article. https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-directquery-about
If data is changing, it's necessary to refresh to ensure the latest data is shown: Given the use of caches, there's no guarantee that the visual is always showing the latest data. For example, a visual might show the transactions in the last day. Because of a slicer being changed, it might refresh to show the transactions for the last two days. The transactions could include recent, newly arrived transactions. Returning the slicer to its original value would result in it again showing the cached value previously obtained.
Selecting Refresh clears any caches and refreshes all the visuals on the page to show the latest data.
Hi @JayneHatGuy, please refer to this article. https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-directquery-about
If data is changing, it's necessary to refresh to ensure the latest data is shown: Given the use of caches, there's no guarantee that the visual is always showing the latest data. For example, a visual might show the transactions in the last day. Because of a slicer being changed, it might refresh to show the transactions for the last two days. The transactions could include recent, newly arrived transactions. Returning the slicer to its original value would result in it again showing the cached value previously obtained.
Selecting Refresh clears any caches and refreshes all the visuals on the page to show the latest data.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.