The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.