No video

What are the Use Cases of Dataflow for You in Power BI

  Рет қаралды 27,296

RADACAD

RADACAD

Күн бұрын

There have been lots of announcements about Dataflow online, through videos and articles and news. There are many demos about Dataflow as well. However, still when I talk about it in conferences, one of the main questions from the audience is that; “What are use cases for it?”. In this video, I’m going to answer that question specifically. I will first explain what Dataflow is, and how it can be useful in different scenarios for business analysts or developers who are using Power BI. If you want to use dataflow in Power BI, but not sure where to use it, this is a video for you. You can also read my blog article about it here:
radacad.com/wh...

Пікірлер: 32
@thomassentilhes7147
@thomassentilhes7147 4 жыл бұрын
Cristal clear! Short but complete explanation! Many thanks to both Leila and you for helping the community :)
@moulik2341
@moulik2341 4 жыл бұрын
Excellent Video. You have answered all questions regarding Dataflow which I have in my mind for more than 6 months. Thank you :)
@SolutionsAbroad
@SolutionsAbroad 4 жыл бұрын
What a great explanation on Dataflows! Thanks Reza
@MadhwendraSingh
@MadhwendraSingh 3 жыл бұрын
Great Explanation - both duration & content quality, Thanks Reza Dataflow = PowerQuery CDM loader for ADLS Who ever came-up with the name "Dataflow" did not bothered about Dataflows in ADF & Synapse :)
@xMastJedi
@xMastJedi 2 жыл бұрын
Update 2021. We have Premium license. We DON'T have Azure. And all my reports are build based on Dataflows.
@RADACAD
@RADACAD 2 жыл бұрын
Correct. you don't need Azure to use dataflows.
@bedsup
@bedsup 4 жыл бұрын
Thanks Reza Rad. Very well explained. You have just gained another subscriber :)
@julioms23
@julioms23 4 жыл бұрын
Excelent information!! I didn't understand that before
@narafinbluemoon906
@narafinbluemoon906 3 жыл бұрын
Thank you very much for the insight. Highly appreciated.
@binsmistry1841
@binsmistry1841 3 жыл бұрын
thank Reza it was briefly explained!
@stflytics2371
@stflytics2371 3 жыл бұрын
Awesome content, subscribed! Thanks!
@Milhouse77BS
@Milhouse77BS 4 жыл бұрын
I wish Power BI dataflows was available for Get Data in the Power BI service. Then my Mac users could bring in data and build simple reports in a browser. Not perfect, since we still need a PC to run Desktop to build models, but it would be a start.
@RADACAD
@RADACAD 4 жыл бұрын
Building data models in the service is not yet available, but you can install power bi Desktop on mac, using a container product 😉
@natacam82
@natacam82 3 жыл бұрын
What do you think are the disadvantages of using Power BI dataflow instead of building a data warehouse? I am thinking of using dataflow for a small company that doesn't have a DW yet, as a "pilot" BI project. I suppose there might be some limitations in performance and/ or storage...
@RADACAD
@RADACAD 3 жыл бұрын
dataflows are not replacement of Data warehouse. Data Warehouse and technologies like that will give you more flexibility in the enterprise scenarios and dealing with big data. Dataflow on the other hand can be good option for smaller scale data, and scenarios that the use of other licenses are limited.
@noahhadro8213
@noahhadro8213 3 жыл бұрын
When I try to do a "FuzzyNestedJoin" I get this error in Data Flows: "The name 'Table.FuzzyNestedJoin' wasn't recognized. Make sure it's spelled correctly" Here is what I am doing......... Table.FuzzyNestedJoin(#"Expanded Exclude", {"Account_Name"}, HPG_Roster, {"Name2"}, "HPG_Roster", JoinKind.LeftOuter, [IgnoreCase = true, IgnoreSpace = true, NumberOfMatches = 1])................ Any help would be amazing!
@yanni6213
@yanni6213 2 жыл бұрын
If I use dataflow, will I be able to connect to the "data warehouse" I created with my other operational systems? Or do you recommend using azure data flows in that case? I don't want to build something which I can only access with PowerBI (or other Microsoft only tools). Thanks for your thoughts.
@RADACAD
@RADACAD 2 жыл бұрын
that would be depend on what is the storage you use for the Dataflow. by default the dataflow in Power BI uses an internal Azure Data Lake storage which is only accessible using Power BI. But if you bring your own Azure subscription and Azure Data Lake storage, then you can access it from any other application and services.
@feng3625
@feng3625 3 жыл бұрын
Subscribed. Really great! You answered most of my questions. one more: could paginate report use dataflow?
@RADACAD
@RADACAD 3 жыл бұрын
paginated report can use a dataset, that dataset can be fed using dataflow
@mommafitbit3701
@mommafitbit3701 2 жыл бұрын
@@RADACAD please point me to a slide deck on short summary comparing / contrasting the difference b/w power bi data flow and azure dataflow ?? that will help me understand when to use which.. and to learn what each tool does . I am a new learner. thanks
@shubhamchavan7338
@shubhamchavan7338 3 жыл бұрын
thantu gleath infolmation (Thank you great information)
@StanMoong
@StanMoong 4 жыл бұрын
Each month we have final and estimated data. Unfortunately, the data files for these 2 sets have different files, hence, different format. Each set has 6 files, mix of CSV and excel. I'm currently doing the transformation in Excel power query. So, I end up with 2 excel transformation for each month. If I use the data flow method, would it mean every month, I need to upload previous months files in order to get the full dataset, or I can upload only current month source data files?
@RADACAD
@RADACAD 4 жыл бұрын
You can do it all MUCH easier. What you need is a custom function in power query for each type of excel file. Then loop through all files and just run the custom function and combine all the results. All can be done automatically. I have done a blog article about it. And same approach can be used in dataflow too.
@AmitKohli1
@AmitKohli1 4 жыл бұрын
So if we DO have a data warehouse where we could do all these transformations beforehand, there's no need for PowerBI dataflows, is that correct?
@RADACAD
@RADACAD 4 жыл бұрын
if you DO have a data warehouse, and you do indeed also have an ETL process, then yes, you don't need dataflow. but this is a luxury that many users of Power BI don't have
@slapaden
@slapaden 3 жыл бұрын
@@RADACAD What about this scenario; I have a data warehouse and I want to pull data from source systems with Power Bi dataflow, transform and load it in an on-premise data warehouse, is this possible?
@vivekanandareddychundi5230
@vivekanandareddychundi5230 4 жыл бұрын
Hi, Will Dataflow support AppendMode or only accepts FullLoad ?
@RADACAD
@RADACAD 4 жыл бұрын
I believe by append mode, you mean Incremental Refresh? Yes, dataflow supports that.
@Shivansh1507
@Shivansh1507 3 жыл бұрын
Can someone else also refresh data flow created by me ( assuming he is also member of workspace)?
@farmanalishah8836
@farmanalishah8836 4 жыл бұрын
Is this available in a free version on the cloud?
@RADACAD
@RADACAD 4 жыл бұрын
Not free. Because dataflow can be created on organizational workspace only, not "my workspace". But available on pro and premium.
What is Power BI Dataflow and Why you should use it
11:36
RADACAD
Рет қаралды 38 М.
Kind Waiter's Gesture to Homeless Boy #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 15 МЛН
what will you choose? #tiktok
00:14
Анастасия Тарасова
Рет қаралды 7 МЛН
王子原来是假正经#艾莎
00:39
在逃的公主
Рет қаралды 17 МЛН
Find All Errors in All Columns using Power Query in Power BI
11:02
Power BI dataflows vs datamarts: What's the difference???
5:44
Guy in a Cube
Рет қаралды 59 М.
What are dataflows in Power BI?
9:57
Access Analytic
Рет қаралды 37 М.
Best tips when working with Power BI dataflows!
18:36
Curbal
Рет қаралды 23 М.
A quick look at Power BI dataflows
12:25
Microsoft Power BI
Рет қаралды 222 М.
Power BI Datamart vs Dataflow vs Dataset
17:50
RADACAD
Рет қаралды 43 М.
REDUCE Power BI dataset size by 60% with ONE CHECKBOX???
7:49
Guy in a Cube
Рет қаралды 118 М.
Kind Waiter's Gesture to Homeless Boy #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 15 МЛН