I'm using .NET SDK for Power BI and
client.Datasets.GetTablesInGroupAsync(GroupId, dateSetKey);
does get me the list if tables inside a dataset, but all row data is null.
If someone can point me to the REST endpoint too that would be great.
I'm using .NET SDK for Power BI and
client.Datasets.GetTablesInGroupAsync(GroupId, dateSetKey);
does get me the list if tables inside a dataset, but all row data is null.
If someone can point me to the REST endpoint too that would be great.