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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
ligalbert
Helper I
Helper I

how can I create a measure similar to if statement of excel

I want to create a measure where if status is equal to 8 it should be 1 otherwise 0 

measure for file.PNG

1 ACCEPTED SOLUTION
Seanan
Solution Supplier
Solution Supplier

Hi @ligalbert 

Could you please try this:

Value = IF(MAX('Values'[Values]) = 8,1,0)

NVIDIA_Share_fAzbm1NVUT.png

 

 

 

 

 

 

Kind regards,
Seanan
If this post helped, please consider accepting it as the solution.

View solution in original post

2 REPLIES 2
ligalbert
Helper I
Helper I

Worked Perfectly thank you 

Seanan
Solution Supplier
Solution Supplier

Hi @ligalbert 

Could you please try this:

Value = IF(MAX('Values'[Values]) = 8,1,0)

NVIDIA_Share_fAzbm1NVUT.png

 

 

 

 

 

 

Kind regards,
Seanan
If this post helped, please consider accepting it as the solution.

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.