pbi_list_datasets | R Documentation |
Returns the IDs and meta data of all available datasets in the specified Power BI workspace (group ID).
pbi_list_datasets(group_id)
group_id |
The Power BI workspace ID. |
A data.table / data frame with dataset information.
## Not run: group_id <- "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" pbi_list_datasets(group_id) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.