Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello all,
I have a simple crosstab report and it displays correctly in the desktop app and in app.powerbi.com, however when I run the report in my UI using powerbiembedded the columns shift.
Here is the cross tab and the expression for the columns, the row expression is basically the same just using a different field.
= IIF ((IsNothing(Fields!Score.Value)), "Col1",
IIF (( Fields!Score.Value < 75 ), ("Col2"),
IIF (( Fields!Score.Value >= 75), ("Col3"), 0)))
This is how it renders in the Desktop and Online.
This is how it renders in the UI using powerbiembedded. The rows are shifting over to the right pushing the numbers outside of the report.
Any ideas how I can get the columns to stick?
Have you tried different browsers?Did you also try to change the view option?
If the view option are set to Fit to page and it could also be necessary to change the page size of the browser window a little bit.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.