Forum Discussion
Appending data from external semantic model
- Anonymous2 years ago
Hi,
Thanks for the solution lbendlin provided, and i want to offer some more information for user to refer to.
hello plew , the power bi dataset model cannot be edited in Power Query,you can't change data types of columns that are loaded from a Power BI semantic model or Analysis Services source. If you need to change the data type, either change it in the source or use a calculated column. You can refer to the following link about the limtations.
if you want to transform the data, it is better that download the pbix file, then get the data from the downloaded file, then import the data to the current power query, you can refer to the following link about it.
Download a report from the Power BI service to Power BI Desktop - Power BI | Microsoft Learn
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- 2 years ago
This article also states explicitely:
The following Live Connect (multidimensional) sources can't be used with composite models:
- SAP HANA
- SAP Business Warehouse
- SQL Server Analysis Services
- Power BI semantic models
- Azure Analysis Services
When you connect to these multidimensional sources by using DirectQuery, you can't connect to another DirectQuery source or combine it with imported data.
In DAX you can use UNION instead but that won't work with live connection sources.
What is the business problem you are trying to solve?
- plew2 years agoFrequent Visitor
I need to summarize and analzye spend data, that is coming from two sources:
- One data set is in another PowerBI
- Second data set I need to download from another system, through an Excel export file (no possibility to get data directly from the source)
Both data files have different structure and there can be some duplicates between them. I have ideas how to clean them up in PowerQuery. But I'm stuck on the first step - getting the data together in one table to compare, wrangle and then analyze.
- lbendlin2 years agoSuper User
It's not optimal but you can import the data from that semantic model by using the Analysis Services connector.