Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
i am working on a school project using Power BI, with data sourced from QuickBooks. The objective is to create reports and dashboards for multiple branches (schools) in a single PBIX file. All the data for these schools is stored under one QuickBooks account. The issue is that when I switch between companies (schools) in QuickBooks, the data from the previously selected school is removed, leaving only the new school's data in Power BI. I need a method to retain and display the data for all selected schools simultaneously within the same PBIX file without downloading any data to an Excel or CSV file. For instance, if I select School A and then switch to School B, I want both School A's and School B's data to be available in Power BI at the same time. What steps should I take to achieve this?
Solved! Go to Solution.
integrating data from multiple schools in QuickBooks Online using Power BI. Here's the step-by-step process I've been following:
I need to find a way to load and integrate data from multiple schools simultaneously without having to repeat the process and lose previously loaded data.
Hi @jaiminpawar ,
It sounds like you need to build a query in Power Query that imports all the data you need from source. Assuming you're using an API to connect, you'll need to write the API in such a way that it brings in data for all schools within the parameters you need when it refreshes.
Once you apply this new query to the data model, you'll then have access to all schools data all the time.
I can't give a much more definite answer than this based on the information provided, but the principle is sound.
Pete
Proud to be a Datanaut!
integrating data from multiple schools in QuickBooks Online using Power BI. Here's the step-by-step process I've been following:
I need to find a way to load and integrate data from multiple schools simultaneously without having to repeat the process and lose previously loaded data.