Forum Discussion
Personal Bookmark getting deleted
Is the report name & underlying dataset name that is being published changing with each version?
If that is the case then the bookmarks will be deleted.
One way I've been able to avoid personal bookmarks being deleted upon publishing of new versions of a report is to keep the same report & dataset name.
I just keep versioned .pbix files in SharePoint to know how far we've gone in our lifecycle.
- Anonymous6 years agoNot applicable
We are using DevOps Pipeline & Git to move reports from Dev to Quality to Production workspaces.
The name of dataset remains same with this. Not sure if internally Devops is deleting the existing old report and re-publishing the updated report version as a new copy .
Do you have any clue on this aspect?
- sirlanceohlott6 years agoAdvocate III
Anonymous your hunch surrounding DevOps would be where I'd start if you haven't already reached out to them as that is a possibility if you've kept the datasets the same.
I appreciate you sharing your pipeline as well as this helps others who might have more insight than myself!
- v-deddai1-msft6 years agoCommunity Support
Hi Anonymous ,
Would you please refer to https://docs.microsoft.com/en-us/power-bi/create-reports/deployment-pipelines-process#item-properties-copied-during-deployment?
Best Regards,
Dedmon Dai
- Anonymous6 years agoNot applicableHi v-deddai1-msft , The link you mentioned is PowerBI's new pipeline deployment feature which i'm not using. In our case Azure DevOps pipeline is been used for such deployments.