Forum Discussion
Connect POS system to Power BI
- Anonymous7 years ago
salqthami,
No. If you want to get real-time steaming data, you can use PowerShell to push data from SQL Server to Power BI streaming dataset. For more details, please review the following similar thread.
https://community.powerbi.com/t5/Developer/Stream-Dataset-for-local-SQL-Server-Database-Query/td-p/107540
Regards,
Lydia
salqthami,
Do you mean that the POS system data is stored in a SQL Server database?
If so, you can connect to the SQL Server dtaabase using DirectQuery mode in Power BI Desktop. Create report in Power BI Desktop and publish report to Power BI Service, and set schedule refresh for the dataset in Power BI Service. Please note that you would need to add SQL Server data source within gateway following the guide in this article:https://docs.microsoft.com/en-us/power-bi/service-gateway-enterprise-manage-sql.
Regards,
Lydia
- salqthami7 years agoRegular Visitor
thank your Lydia for your reply. if i do so, can i get real-time streaming of the data?
- Anonymous7 years agoNot applicable
salqthami,
No. If you want to get real-time steaming data, you can use PowerShell to push data from SQL Server to Power BI streaming dataset. For more details, please review the following similar thread.
https://community.powerbi.com/t5/Developer/Stream-Dataset-for-local-SQL-Server-Database-Query/td-p/107540
Regards,
Lydia- salqthami7 years agoRegular Visitor
Thanks a lot, Lydia I will try it now. so the first solution when I want to get data from server but this data is fixed. the second solution for real-time streaming.