Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed Property: IsHidden coming as difference for all objects #317

Open
Arpit240 opened this issue Dec 9, 2024 · 3 comments
Open

Changed Property: IsHidden coming as difference for all objects #317

Arpit240 opened this issue Dec 9, 2024 · 3 comments

Comments

@Arpit240
Copy link

Arpit240 commented Dec 9, 2024

Image

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.

@christianwade
Copy link
Member

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.

@Arpit240
Copy link
Author

@christianwade Thankyou for your kind response.

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.

@christianwade
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants