March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
The feature "Composite models on Power BI Datasets and Analysis Services models" is general available.
Since the announcement of the feature preview the models with calculated tables connected to external Power BI datasets could not be refreshed in Power BI service.
Two years have passed. The feature is GA. But it seems the limitation has not been lifted, has it?
The setup is as follows:
1. For a test I created a new Pro workspace.
2. I created a data model in Power BI Desktop and saved in as Main.pbix. Published this file to the service.
3. Then I created Remote.pbix file that had a connection to Main.pbix
4. In Remote.pbix I created a simple calculated table that referenced the Main.pbix data model. Here is its code:
Portfolios_Calculated =
SELECTCOLUMNS(
Portfolios,
"Id", Portfolios[Id],
"Name", Portfolios[Name]
)
5. Then I published Remote.pbix to the service and tried to refresh.
The refresh operation failed with the error: "Refresh is not supported for datasets with a calculated table or calculated column that depends on a table which references Analysis Services using DirectQuery."
What I'd like to know is it a transient issue that will be resolved in a couple of days or is it the expected behaviour?
If i did something wrong during my testing what could that be?
Hi , @Sergiy
According to your description, when you connect to a dataset and create a calculated table . That can not be refreshed in Power BI Service.
According to the search, Power BI Service does not currently support this feature.
The following limitations apply when working with DirectQuery for Power BI datasets and Analysis Services:
And this requirement has also been raised in Power BI Ideas, for this limitation , you can refer to this:
Use composite models in Power BI Desktop - Power BI | Microsoft Learn
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi, @v-yueyunzh-msft
Thanks for your reply.
I read the documentation and saw the part that you quoted.
The error message the docs mentions is: "Single sign-on (SSO) credential isn't provided"
The error message that I get is different.
That's why I had doubts.
Two years ago when the preview of this feature was announced there were lot of admiration from the community: "game changer" and so on. It looked promising, indeed. Now the feature is GA, but main limitation that prevents me from using that feature is still not lifted.
What a pity. It really could have been a "game changer".
Hi , @Sergiy
Yes, I think it's a limitation, I tested it with me, and whenever I use calculated Table, refreshing on Power BI Service will immediately report an error. But it works fine on Desktop.
For your question, if you're publishing to Power BI Service, creating a calculated table may not currently be supported, you can try creating a calculated column.
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
37 | |
22 | |
20 | |
10 | |
9 |
User | Count |
---|---|
60 | |
56 | |
22 | |
14 | |
12 |