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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Ungrouped values missing when trying to create a Group

Hi everyone,

 

I am trying to create some groups based on the values of one specific column, but when I try to group them there is one value that is missing. 

 

I have refressesh everything and it is still not showing.

 

Do you know why and how can i solve it?

 

Many thanks in advance,

Marina 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi all,

Although I refreshed the Power BI Desktop and the Preview in the Power Query editor I had to reboot my computer so the recent added data appeared as ungrouped value.

 

Many thanks all for your time,

Marina

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi all,

Although I refreshed the Power BI Desktop and the Preview in the Power Query editor I had to reboot my computer so the recent added data appeared as ungrouped value.

 

Many thanks all for your time,

Marina

amitchandak
Super User
Super User

@Anonymous , if you using switch if, make sure you have else part. Return "Other" these

 

Switch(True(),

[Col1] <10 , "< 10 ",

[Col1] <20 , " 10 -20 ",

// other conditions

"Other" //else

)

 

If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors