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

Create a command to hide/unhide tables from the PowerBI Interface #9

Open
metamoof opened this issue Sep 4, 2018 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@metamoof
Copy link
Owner

metamoof commented Sep 4, 2018

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

@metamoof metamoof self-assigned this Sep 4, 2018
@metamoof metamoof added the enhancement New feature or request label Sep 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant