We are working on a powerbi report which has a slicer apply button and when the slicer is applied , it does call a oracle stored proc (with a writeback) in one of the tables and fetch the latest resu...
Anonymous
2 years agoNot applicable
Hi power2kp
It depends on the way you connect to the data source.
If you are using Direct Query and Live Connection connection modes, then when you interact or query in the Service, the corresponding query is sent to the data source and the latest results are returned. If you are using Import connection mode, then the previous cache is queried.
So if you want to return up-to-date data, you can choose to connect to the data source using Direct Query or Live Connection connection mode. For more details you can refer to the official documentation below.
Data refresh in Power BI - Power BI | Microsoft Learn
Best Regards,
Community Support Team _ Ailsa Tao