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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
lennox25
Post Patron
Post Patron

Create a column filtering values from another column

Hi, 

I have a table (see below). I need to create another 3 columns filtering as below., so that say for anything >0 and <1000 would only have those values in there (20, 129, 356, 456, 789 and 999 and the remainder blank. Can anyone help me?

1. >0 <1000

2. >1000 <10000

3. >10000

lennox25_0-1666172710924.png

 



1 ACCEPTED SOLUTION
johnt75
Super User
Super User

You can add columns like

Less than 1000 =
IF ( 'Table'[Unit] > 0 && 'Table'[Unit] < 1000, 'Table'[Unit] )

View solution in original post

4 REPLIES 4
johnt75
Super User
Super User

You can add columns like

Less than 1000 =
IF ( 'Table'[Unit] > 0 && 'Table'[Unit] < 1000, 'Table'[Unit] )

Hi @johnt75  thank you but thats seems to be giving me all the units even past 1000

are you sure there are no typos? it looks OK to me

Hi @johnt75  - just tried again and its working! Thank you 🙂

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.