Forum Discussion
Can someone point me to better documentation?
I'm looking for documentation on PowerBI.Dataflows()
I don't see it here:
https://docs.microsoft.com/en-us/powerquery-m/accessing-data-functions
Looks like the only documentation will have to be synthesized from here: https://docs.microsoft.com/en-us/rest/api/power-bi/dataflows/get-dataflows#dataflow.
8 Replies
- AnonymousNot applicable
There is only one place to start:
ssbipolar.com
--Nate
- hstance
Helper II
I don't see discussion on this blog that is directly relevant to my post.
- AnonymousNot applicable
My friend, that site is Matthew Roche's wonderful site. It's got everything about dataflows, and it's authoritative.
- hstance
Helper II
I don't think you actually read my question. I'm looking for documentation on the M function PowerBI.Dataflows(). All the other data source functions are documented somewhat, but not that one.
- AnonymousNot applicable
Official docs here:
--Nate
- hstance
Helper II
I don't need an intro, but thanks.
- hstance
Helper II
Looks like the only documentation will have to be synthesized from here: https://docs.microsoft.com/en-us/rest/api/power-bi/dataflows/get-dataflows#dataflow.
- ImkeF
Community Champion
Agree, that documentation seems to be missing.
Maybe because this function is supposed to be invoked without any parameter and just leads you to the area where you can select the dataflow that you want to import.
Not sure what the optional record parameter could contribute here. Maybe limiting the selection of the dataflows?
Very much doubt that using the optional record here would have any benefits on performance, tbh.