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 am playing around with Pipelines.
I've added a calculated column to my model in the Desktop, added a visual with this column and published to the [Dev] Workspace.
After "Deploy to Test" I see the new visaul with this error:
"The expression referenced column 'MyTable'[New Calculated Column] which does not hold any data because it needs to be recalculated or refreshed"
So I assume it only deployed the changes without data process.
If I deploy to production the same will happen, right? Even if I refresh the [Test] dataset before deploying.
How can I deploy this change to the Production without showing the visual with the error to my viewers even for a second?
Is there a way to deploy everything including the Data itself from [Test] to [Prod]?
What do I do?
Solved! Go to Solution.
I think this procedure should work:
*If you haven't already, you can split your pbix into two files: one where you just define the model (can leave report page blank or use for testing, and then just delete the report, exclude from app, etc.), and the other where you specify a Live connection to the dataset of the first and build out your report. This way, your report and dataset are managed by separate pbix / deployable content.
I think this procedure should work:
*If you haven't already, you can split your pbix into two files: one where you just define the model (can leave report page blank or use for testing, and then just delete the report, exclude from app, etc.), and the other where you specify a Live connection to the dataset of the first and build out your report. This way, your report and dataset are managed by separate pbix / deployable content.
Yes, I think this can work.
Wish they had more options for deployment.
Thanks!
HI @mshparber,
What type of data source are you working on? Connection mode? Can you please share some more detail about these? They should help us clarify and troubleshoot your scenario:
How to Get Your Question Answered Quickly
In addition, if you are working with the import mode, these data model table records will be synced to the next steps.
Regards,
Xiaoxin Sheng
Datasource - SQL Server (but how does it matter)?
Connection Mode - Import Mode.
Except for this, I didn't understand what you are saying.
Did you read my post?