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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
rajendraongole1
Super User
Super User

Conditional column-Power Query

Hi 

I have a values in a column between 0.01 to 0.98 where i have to consider the value should be 1 between this range.

 

reamining values i have to maintain as it is. like null and other values should nt disturb,

 

Tried with List.contains function with list of values but not working properly.

 

Kindly suggest if there is any approach to write condition between the range from 0.01 to 0.98 should treat as 1 .

 

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@rajendraongole1 , hope is is a numeric column

 

if [column] >= 0.01 and [column] <= 0.98 then 1 else null

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

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@rajendraongole1 , hope is is a numeric column

 

if [column] >= 0.01 and [column] <= 0.98 then 1 else null

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.