Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Insert labelids for Meta Combos that should be synchronized to PowerBI, must he inserted in the table dbo.SyncLabels in the Insights SQL Database.

Note: Only Tree and Combo datatypes supported.

Note: only use one language / AutoTranslate

Insert Into dbo.SyncLabels (LabelId) values 
 (51835),(51839),(51540)
GO

Force a complete data synchronization.

  • Stop the Insights service

  • Run the following sql

Delete from dbo.sync_change_tracking_info
  • Start the Insights service

  • No labels