Forum Discussion
get data from powerapp
- 1 year ago
Hi Vikkers
- To transform the dataset in Power BI using Power Query so that each Qtr_Year becomes a separate column containing the corresponding Ctgy values, start by opening Power Query Editor.
- Select the columns Code, Grp, and Name, then use the Group By feature, setting the operation to “All Rows.” After grouping, expand the resulting column to bring back Qtr_Year and Ctgy.
- Next, pivot the Qtr_Year column by selecting it and choosing “Pivot Column.” Set Ctgy as the values column and choose “Don’t Aggregate” or an appropriate aggregation method depending on your data.
- Once the pivot is done, each quarter will appear as its own column with the corresponding Ctgy values.
- Make sure that the combination of Code, Grp, and Name uniquely identifies each row to avoid unintended aggregation. Finish by applying the changes to load the transformed data into your model.
If the above information helps you, please give us a Kudos and marked the Accept as a solution.
Best Regards,
Community Support Team _ C Srikanth.
Hi Vikkers
To connect Power BI to a Model-Driven App, open Power BI Desktop and click on Get Data. Select Dataverse from the list and connect using the credentials that have access to the environment where your app is hosted. You'll be prompted to choose an environment URL.
Once connected, Power BI will display all available Dataverse tables. From there, select the tables that store the question and answer data from your app, then load them into Power BI.
After loading, you can start building your report using those tables. To keep the data updated, publish the report to Power BI Service and configure scheduled refresh using an organizational account or service principal.
If the above information helps you, please give us a Kudos and marked the Accept as a solution.
Best Regards,
Community Support Team _ C Srikanth.
when I select Dataverse nothing happens