Forum Discussion
chinnah1
8 years agoNew Member
Automated Testing of Power BI Report Layout
Hi All, Currently manually testing the layout of Power BI report. Eg: size and color of the buttons, alignment, gap between the rows & columns etc Is it possible to automate it? If yes, please ...
BhaveshPatel
8 years agoSuper User
Hi chinnah1
I don't think such tools exists to check these automatically.
You can use Gridlines and snap objects to grid when authoring reports in PBI Desktop to have a less painful experience.
chinnah1
7 years agoNew Member
Hi Bhavesh,
Is there any way we can export PBIX file to HTML or XMLA? so we can try access this file and look for properties of objects etc alignment ( x and y axis, font size, color etc)
Thanks,
Harika
- Anonymous4 years agoNot applicable
Yes,
There is a way to read PBIX as different data format but not in XMLA or HTML. If you extract PBIX file you will get a bunch of json files with metadata of the report.
Thanks,
Mani Kishan