Skip to main content

Creating and using DataFlows in Power BI


Creation of Dataflows in power BI


Dataflows in power bi are reusing power query logic among different pbix files.
Dataflow is a collection of entities that are created and managed in power bi service. You can add and edit entities in your dataflow and manage data refresh schedules directly from workspace.

Why we need in power bi:

  Power bi introduces data flow to help organizations unify data from disparate sources and prepare it for modelling.




  Dataflows are used to ingest, transform and integrate by defining data source connections, ETL logic and refresh schedules.
  Data is stored as entities in common data model in azure data lake storage GEN2 and these were created and managed in workspaces by using power bi service.


Steps to create dataflows in Power BI

1. At first we need to create one workspace for the dataflow in power bi.


2. After creation of workspace, we will create a data flow in power bi service.



3. We can select any one option to build data flow.
Here I selected option called add new entities.


4. We can select any file as data source to add entity in already existing dataflow or for creation of new entity in data flow.


5. Here I selected data source as Blank Query.
We need to create a script for the formation of dataset.



6. After creation of query, it will transform to edit queries to change or rename the data and then click on save the data flow.





7. Once created a data flow, we need to connect from power bi. By clicking on get data source -> power bi dataflows.
In that we need to select blank query for the creation of data flow in power bi.






8. After creation of data set from data flow to the existing pbix. File.

This is one of the process for the creation of data flow in power bi.

Usage of dataflow in power bi.

1. Dataflow is a power query process that runs in the cloud independently from any power bi reports.
2. Re-usable tables or queries across multiple power bi files, are one of the best candidates for dataflow.
3. Dataflow can run ETL process on a different schedule for every query (table).



Comments

Popular posts from this blog

Merge cells in OBIEE.

OBJECTIVE : In this blog, I will explain how to create merge cells in OBIEE dashboards. The main functionality of merge cell is all of the text and numbers from the individual cells is merged and displayed in the center of the merged cell. How can we create merge cells in OBIEE reports? Open the Oracle Business Intelligence platform.       Enter the credentials and login to oracle business intelligence.      2.     Create new analysis.   3.      After selecting Analysis, select any one subject area.   4.     As I selected sample sales Lite as my subject area to prepare merge cells in report.        The page will be opened like this: 5.     Select required columns from subject area in left panel to right panel as shown in the figure.    6.    The result will display as month...

Creation of Digital Boardroom in SAC

Purpose of Digital Boardroom: SAP Analytics Cloud as a Software as a service analytics capability is the technology foundation and analytics platform for SAP Digital Boardroom. Architecture:  We have different sources in SAP cloud, from there it will connect to either Industry or Line of business solutions to design models, stories or some planning or predictive analysis. From there we create Digital Boardroom. For your Digital Boardroom project, you can leverage the following capabilities of SAP Analytics cloud:    With BI, you can discover your data and create visual content (KIP'S , Visualizations, stories).    You can add simulation,planning,predictive, collaboration aspects to your boardroom. It is critical that the Digital Boardroom design corresponds to the functional capabilities of underlying analytics solution. It prescribes specific design rules for handling charts, Like width of bars,color coding,white spaces be...