Forum Discussion
Datavarse to Power BI
Hi team,
We want to connect to particular view in Datavarse with Power BI Desktop in order to show data in particular order and format. We are not ble to get view to connect when we are trying from PBI Desktop.
Even if we connect entire Datavarse table we are getting,
- few duplicate columns
- few additional columns which are not part of our table
- few columns with prefix and not the column with display name
Can you please provide some guidance on it ASAP as we have deliverables planned.
3 Replies
- rajendraongole1Super User
Hi anandmanurkar - Power BI does not directly support connecting to Dataverse views as a data source; it connects to tables.
Open Power BI Desktop and select Get Data > Power Platform > Dataverse.
Sign in to your Dataverse environment and choose the table corresponding to your view.
Import or DirectQuery mode: Choose based on your need to handle large data volumes and refresh requirements.Or using
FetchXML is an excellent option for accessing and transforming Dataverse data in Power BI while avoiding the limitations of direct table connections. FetchXML provides a way to pull data exactly as defined in a Dataverse view, including filters, sorting, and column selections.
Hope this helps.
- anandmanurkarNew Member
Many thanks for your response, The video on your YT only shows how to downlod xml, can you suggest way to import it to PBI. I tried using XML but it dose not get me data as i see in my DV View
- AnonymousNot applicable
Hi anandmanurkar ,
To import view-specific data from Dataverse into Power BI, it is recommended that you use the power query connector instead of XML.
For more details, you can refer to below document:
Power Query Dataverse connector - Power Query | Microsoft Learn
Best Regards,
Adamk KongIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.