Forum Discussion
Power BI Dataset name
>report is managed with suffix as V1 , V2 etc
Does it mean you have multiple copies of the report in the workspace?
V1, V2 etc at the same time? How do you creates these copies of the report (e.g. do you rename pbix file before publsihing new version)?
If you need report version inside of the report (dataset) you can just add a table in Power Query with versions history or you can use a parameter just to store actual version number. Update the tabel or the parameter before report publishing.
Hi avatorl
Yes, we are maintaining multiple version of the report.
If you need report version inside of the report (dataset) you can just add a table in Power Query with versions history : But this will be a manual process? need to automatized the process in this regards.
Thanks
Amit
- avatorl5 years agoImpactful Individual
Then just use API. Inspired by your question I've just built a report that displays its own metadata (didn't visualze the report name, but it's the same approach), including the refresh history, including failed refreshes
https://powerofbi.org/2021/02/01/a-power-bi-report-that-displays-its-own-metadata-including-refresh-history/