powered by
Returns the IDs and meta data of all available datasets in the specified Power BI workspace (group ID).
pbi_list_datasets(group_id)
A data.table / data frame with dataset information.
The Power BI workspace ID.
if (FALSE) { group_id <- "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" pbi_list_datasets(group_id) }
Run the code above in your browser using DataLab