Forum Discussion
Unable to reflect updated value in Power BI Service
- Anonymous7 years ago
PBIX123,
I am afraid that it is not supported.
Regards,
Lydia
PBIX123,
What error message do you get when refreshing data in Power BI Service? Have you configured gateway and add your SQL data source within the gateway? You can review more details in the article below.
https://docs.microsoft.com/en-us/power-bi/service-gateway-enterprise-manage-sql
Regards,
Lydia
Hi Anonymous,
Actually I am currently working with PowerApps that will take user input for benchmarking. this input is then passed to SQL Server through SQL Script in Flow. Next, I create a measure that takes this value and then display it in line chart. However, when I update the value, it is parsed to SQL Server but not to my PBIX that connect live to Analysis Service.
- Anonymous8 years agoNot applicable
PBIX123,
Do you click Refresh button in Power BI Desktop?
Regards,
Lydia- PBIX1237 years agoFrequent Visitor
Anonymous Yes, I did. sorry for the late reply!
I believe the problem is the SQL Server does not push the data to the data model used in Power BI. Did some research about real time data, and tried with streaming dataset. However, I can only manage create the table that I want to have real time data. I was wondering if current version support to stream dataset for one particular table and maintain the other tables in Azure Analysis Service to refresh only for the set schedule refresh?
- Anonymous7 years agoNot applicable
PBIX123,
You would need to split the tables into different datasets, one for streaming dataset, and other for schedule refresh.
Regards,
Lydia