Forum Discussion
GokulanRajan
2 years agoFrequent Visitor
Extracting Dataflow and Dataset fields & Attributes from PBIX
Hi Team, We are using Layout file from Reports pbix to extract reports, pages and visuals. But we are not able to extract dataset and dataflow information from layout is there any other file like...
Anonymous
2 years agoNot applicable
If you want tenant level, Admin APIs
Power BI REST API Connector — The Power User connector for PBI, this is most straightforward but no persistent storage.
My personal preference is ADF + ASQL Extracting Power BI metadata with Data Factory (part 1) – justB smart
If PowerShell is your flavour, take a look here: GitHub - RuiRomano/pbimonitor
If you are looking to map visual objects to dataset columns/measures, maybe PBI Explorer