Forum Discussion
Sime
4 years agoHelper I
Populating dataset with SSRS Report Query
Hi All, Is it possible to use an SSRS report query to populate a dataset in Power BI? Currently I'm using a ODBC connection to the data source but it has some limitations. The main one being...
- 4 years ago
You may use your exec sp for Power BI too to import/direct query data but Its not possible to create Tables on that. On scenario may be to have persisted tables created via these which you can access from Power BI
AbhiSSRS
4 years agoSolution Sage
You may use your exec sp for Power BI too to import/direct query data but Its not possible to create Tables on that. On scenario may be to have persisted tables created via these which you can access from Power BI
- Sime4 years agoHelper I
Thank you for your response Abhi. I will give this a try.