We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This could be useful to put unit test result tables into a Power BI Desktop file, which are hidden from view of the casual user.
Hidden tables in SSMS appear to have the following definition:
{ "alter": { "object": { "database": "62dc718b-e651-493d-bd3f-613797d08e74", "table": "DateTableTemplate_cfeb4022-b1e2-4907-ab2b-3ff90714b803" }, "table": { "name": "DateTableTemplate_cfeb4022-b1e2-4907-ab2b-3ff90714b803", "isHidden": true, "isPrivate": true } } }
I need to work out what the difference is between isHidden and isPrivate and what they do in a powerBI context
isHidden
isPrivate
The text was updated successfully, but these errors were encountered:
metamoof
No branches or pull requests
This could be useful to put unit test result tables into a Power BI Desktop file, which are hidden from view of the casual user.
Hidden tables in SSMS appear to have the following definition:
I need to work out what the difference is between
isHidden
andisPrivate
and what they do in a powerBI contextThe text was updated successfully, but these errors were encountered: