Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Moritz360
New Member

Not all data is shown in visualization

My issue is that after transforming and applying the data when i make visualization with categorical variables some categories dissapear. they are not shown in the visualisation, but are in the rawdata. how can i make them visual?
1 REPLY 1
BA_Pete
Super User
Super User

Hi @Moritz360 ,

 

I assume you are using a measure in your visual and the categorie that disappear have zero values. If so, then just add '+ 0' to the end of you measure calculation, like this:

_sales = SUM(yourTable[Sales]) + 0

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.