Forum Discussion
rfcantarino
3 months agoNew Member
Gantt Visual (Microsoft) sorting issue and rendering differences between Desktop and Service
Hi, I’m experiencing an issue with the Microsoft Gantt custom visual in Power BI. Current scenario: - In Power BI Desktop, the available version of the Gantt visual is 3.0.12.0 - However, t...
Olufemi7
3 months agoSuper User
Hello rfcantarino,
This is expected behavior with custom visuals like the Microsoft Gantt chart.
Power BI Service often does not preserve visual-level sorting from Desktop. Because “Berth” is a text field, the order can change after publish.
Fix it in the model instead. Create a numeric sort column (BerthSortOrder) and apply “Sort by column” on BerthName.
Docs:
Sort one column by another column in Power BI
Rendering differences also happen. Desktop renders locally, while Service runs the visual in a browser sandbox. That can change sharpness for some custom visuals.
Docs:
What are custom visuals in Power BI and where can I get them?