You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though there are no actual differences in source and destination datasets but below "changedproperty" is occurring as a difference for every object in either side (see attached screenshot) making it very difficult to compare. I have no clue on how to get this additional property removed from the comparison.
Hi and thanks for raising. Does it go away if you Update the change? isHidden is a property that can be set from the Model view in Power BI Desktop and affects whether visible in the field list for ad-hoc report authoring. It should be committed to the target table on Update.
We are trying to compare our Dev version in PBI desktop (as source) against published Prod version in PBI service (as target) only for validation purpose (not looking to update the change directly).
Please let me know if there is a way to ignore/exclude IsHidden property from the ALM toolkit comparison as I'm seeing "different definition" for every object though there were no other actual differences.
Hi, unfortunately no. The are only a handful of properties in the Options dialog that are subsets of first-class objects that have the option to be removed from metadata for comparison purposes. Will it pickup the isHidden value on your next deployment to prod?
Even though there are no actual differences in source and destination datasets but below "changedproperty" is occurring as a difference for every object in either side (see attached screenshot) making it very difficult to compare. I have no clue on how to get this additional property removed from the comparison.
"changedProperties" : [
{
"property" : "isHidden"
}
]
}
version: 5.0.41
Thanks in Advance.
The text was updated successfully, but these errors were encountered: