pbi_list_datasets {powerbiR} | 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)