Forum Discussion

EdB662's avatar
EdB662
New Member
5 years ago

Rendering CrossTab in powerbiembedded

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?

 

 

1 Reply

  • V-lianl-msft's avatar
    V-lianl-msft
    Icon for Community Support rankCommunity Support

    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.