Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I can easily connect to my datasource published to the service by adding a pivot chart, but I can't seem to add a new measure. When I click new measure I get a modal error box saying, "You do not have a model or the model is empty."
how should I proceed?
Solved! Go to Solution.
Hi @bsheffer ,
When you connect to a published dataset, you create a 'Live Connection' to it. This ensures that your connected report/Excel workbook always reflects the latest version of the data, but means that you don't get a local model that you can update yourself.
You should speak to the Dataset owner to add the measure into the Dataset data model.
Pete
Proud to be a Datanaut!
Hi @bsheffer ,
When you connect to a published dataset, you create a 'Live Connection' to it. This ensures that your connected report/Excel workbook always reflects the latest version of the data, but means that you don't get a local model that you can update yourself.
You should speak to the Dataset owner to add the measure into the Dataset data model.
Pete
Proud to be a Datanaut!
I was afraid that might be the case. Thanks for your response.