Forum Discussion
mweijers
8 years agoFrequent Visitor
Determine theme used in report
Is it in someway possible to find out which theme has been used in a report? I like to know the name of the json file that has been imported in the report.
- 8 years ago
You could rename the .pbix file to a .zip file, extract it to a local folder, and then check the file path Report\StaticResources\RegisteredResources.
v-chuncz-msft
Community Support
8 years ago
You could rename the .pbix file to a .zip file, extract it to a local folder, and then check the file path Report\StaticResources\RegisteredResources.
mweijers
8 years agoFrequent Visitor
Great! Works perfectly.
Thank you.