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

Odd behaviour from Get-PowerBITable #397

Open
1 task
Drag-NDrop opened this issue Oct 17, 2023 · 0 comments
Open
1 task

Odd behaviour from Get-PowerBITable #397

Drag-NDrop opened this issue Oct 17, 2023 · 0 comments

Comments

@Drag-NDrop
Copy link

Drag-NDrop commented Oct 17, 2023

Hello,

I'm experiencing a weird issue with Get-PowerBITable.

I only get the names of my tables, when i run the command, scoped in on the dataset, workspace and table i want, i get nothing but a name back. The rest of the expected output columns are empty.

I find it odd, as i see this command work for other people. And cannot see what I'm surposedly doing different.
The author of this guide, for example.

I've verified the findings, by creating a new dataset, with new tables and data inside. And gotten the same results.
Odd thing is, I'm seeing the dataset, tables and row data, just fine in PowerBI, in the Office365 Portal.
The table in question, contains 10 rows.

The command and output, is as follows:
Get-PowerBITable -DatasetId $WorkingDataSetId.Id -WorkspaceId $WorkspaceId -Name 'table_SalesPerson' -First 3

Name                         Columns     Rows            Measures
----                      -------        ----               --------
table_SalesPerson                                                                

This is a overview so you can see that the data is in fact visible in PowerBI Online.
image

This is to grant you insight in the dataset configuration.
image

Tasks

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

1 participant