Forum Discussion
Creating Power BI Dataflows in Power BI Report Server
- 2 years ago
Dataflows are not part of Power BI Report Server. You could edit the query for the table which you have selected using "Get Data". This will only be part of this dashboard, so you have to do it many times for different dashboards.
You could copy the dashboard if you want to reuse your work and not to start from scratch.
Alternatively you can use views in the database.
Dataflows are a feature available only in the Power BI service and cannot be created or managed within Power BI Report Server.
However, if you have existing dataflows in the Power BI service that you would like to leverage in Power BI Report Server, you have a few options:
Direct Query: If the underlying data sources of your dataflows are accessible from Power BI Report Server, you can use Direct Query mode to connect directly to those data sources from your Power BI reports in Power BI Report Server. This allows you to query the data in real-time without needing to import it into a dataflow.
Import Data: Alternatively, you can export the data from your existing dataflows in the Power BI service and import it into Power BI Report Server as datasets. This involves exporting the data from the Power BI service and importing it into your on-premises data sources or using Power BI Desktop to import the data into datasets that can be published to Power BI Report Server.
Consider Future Updates: Keep an eye on updates and announcements from Microsoft regarding Power BI Report Server. While dataflows may not be supported currently, future updates or enhancements may introduce new features or capabilities that allow for similar functionality within Power BI Report Server.
Did I answer your question? Mark my post as a solution! Appreciate your Kudos !!