This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
Hi everyone,
I am having a very confusing issue with a Power BI report and I would appreciate some guidance.
I inherited a Power BI report created by another developer.
The report is published in Power BI Service and uses several Azure Functions as data sources (REST APIs returning JSON).
Current sources include endpoints like:
The report itself works correctly in Power BI Service.
When I download the report from Power BI Service as:
“A copy of your report and data (.pbix)”
and open it in Power BI Desktop:
Transform DataNo queries are visible at all.
So I cannot see or edit the original queries created by the previous developer.
This makes me think the report may be:
but I am not fully sure.
I created a new Azure Function endpoint:
/api/get_pmo_weeklyWhen I add it in Power BI Desktop using:
Get Data → WebHowever, after:
Close & ApplyAll visuals start showing errors such as:
There was a problem with one or more fields
The column 'CW_Tasks_Expanded[Week Start]' either doesn't exist
Error fetching data for this visualeven though I only added one new Web source.
The report uses:
My goal was simply:
But adding the new source seems to destabilize the whole model.
Any help would be greatly appreciated.
Solved! Go to Solution.
Hi @aliciaortega93,
Thank you, @MFelix @jgeddes@tayloramy for your insights,
The PBIX file uses a DirectQuery or composite model architecture rather than the standard Import model, which is why the Power Query view appears empty. According to Microsoft documentation, adding local or import tables to a DirectQuery semantic model creates a composite model, which can result in limited relationships across sources and may lead to unexpected calculation or relationship issues. Adding the PMO_Weekly source probably changed the model’s structure and affected existing relationships or metadata. The best practice is to extend the original semantic model rather than make changes directly in the downloaded PBIX.
Use composite models in Power BI Desktop - Power BI | Microsoft Learn
Composite model guidance in Power BI Desktop - Power BI | Microsoft Learn
Download a Report from the Power BI Service to Power BI Desktop - Power BI | Microsoft Learn
Use DirectQuery in Power BI Desktop - Power BI | Microsoft Learn
Thank you.
Along with the great suggestions from @MFelix and @tayloramy , you can use the TMDL view in Desktop to see which connections your model is making.
An example of what you may see...
Proud to be a Super User! | |
When I add the new conecction (PMO_Weekly table) it shows errors:
And I reallized that all the relationships of the model are gone:
Hi @aliciaortega93,
Checking in to see if your issue has been resolved. let us know if you still need any assistance.
Thank you.
Hi @aliciaortega93,
Have you had a chance to review the solution we shared earlier? If the issue persists, feel free to reply so we can help further.
Thank you.
Hi @aliciaortega93,
Thank you, @MFelix @jgeddes@tayloramy for your insights,
The PBIX file uses a DirectQuery or composite model architecture rather than the standard Import model, which is why the Power Query view appears empty. According to Microsoft documentation, adding local or import tables to a DirectQuery semantic model creates a composite model, which can result in limited relationships across sources and may lead to unexpected calculation or relationship issues. Adding the PMO_Weekly source probably changed the model’s structure and affected existing relationships or metadata. The best practice is to extend the original semantic model rather than make changes directly in the downloaded PBIX.
Use composite models in Power BI Desktop - Power BI | Microsoft Learn
Composite model guidance in Power BI Desktop - Power BI | Microsoft Learn
Download a Report from the Power BI Service to Power BI Desktop - Power BI | Microsoft Learn
Use DirectQuery in Power BI Desktop - Power BI | Microsoft Learn
Thank you.
Thank you so much for your reply! If I go there, I see the following:
Any ideas what should I do next?
You can drag any of the elements from the Expression list, or any of those categories, onto the main screen. The coding will then populate. From there hopfully you can get a bit more insight into the connections in the model.
Proud to be a Super User! | |
Hi @aliciaortega93,
If you open the report in desktop, then click the dropdown right beneath the transform data button in the ribbon, and click data source settings, what do you see in there?
As @MFelix mentioned, nothing being in power query implies that the model is using direct query connections and not import mode.
Proud to be a Super User! | |
Thank you for your reply! When I click on that, I see the following:
The last one, get_pmo_weekly is the new one I'm trying to use in the data.
At the top select the the first radio button to show only data sources in the report.
Proud to be a Super User! | |
Hi @aliciaortega93 ,
This can be because of the type of connection that the report uses check on the bottom rigth corner of your model what is the type of connection, Live connection, Direct Query, Import.
That will allow to pin point the question.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsCheck out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 1 | |
| 1 |