The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I need few advices.
We have built a code-free app(not Power app) that stores its data into SharePoint Online lists(5 lists). SharePoint online does not serve as DB per say for us, but rather it allows users to refine the data with the app until the data i ready to be converted into PDF document.
We have been asked to design a dashboard based on some of this data. Only data meeting certain criteria would be included in the report. My idea is to create and environment and Datavese DB and import the data from SP and then use it for PowerBI. Then have the app send data to Datavrse when user submits a report(or under some other condition). Even though data is split across the lists in SP, most of the data is in 1 to 1 relationship, so a single entity(table) appears to be sufficient.
Questions:
1. Is having data in Dataverse Entety in order to build a Power BI dashboard a good choice. Can I build reports by connecting report to Dataverse only?
2. Will i have problems getting data from 5 SP lits into a single Dataverse entity?
3. If there are no 1 to Many; Many to Many relationships in the data, should I keep the data in the single table in Dataverse for the purpose of PowerBI reports.
If I am architecturally on the wrong track, please direct me in the right way. Thanks
Solved! Go to Solution.
Hi, @Anonymous
1. According to the document , you can create a Power bI report using data from Dataverse.
2. I don't think it will have problems getting data from 5 SP lits into a single Dataverse entity.
3. When possible, it is suggested to avoid creating one-to-one model relationships when row data spans across model tables. It's because this design can:
Specific recommendations differ depending on whether the one-to-one relationship is intra source group or cross source group. For more information about relationship evaluation, see Model relationships in Power BI Desktop (Relationship evaluation).
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Anonymous
1. According to the document , you can create a Power bI report using data from Dataverse.
2. I don't think it will have problems getting data from 5 SP lits into a single Dataverse entity.
3. When possible, it is suggested to avoid creating one-to-one model relationships when row data spans across model tables. It's because this design can:
Specific recommendations differ depending on whether the one-to-one relationship is intra source group or cross source group. For more information about relationship evaluation, see Model relationships in Power BI Desktop (Relationship evaluation).
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.