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 August 31st. Request your voucher.

Reply
psorel
Helper I
Helper I

Create if condition in measure except of create new calculate column

Hi,

 

psorel_0-1700660845281.png

 

I would like to Add a specification on the price value without create a new column for reduce dataset size. 

How can i create mesure for specify if the price is > 50 , i put Yes else No.

I can't use a measure because i don't find the Price column without using agregate.

 

Thank you

 

1 ACCEPTED SOLUTION
ray_aramburo
Super User
Super User

Use conditionmeasure = IF(SUM([PriceColumn]) > 50, "Yes", "No")

SUM can give you cell level values as well 🙂 





Did I answer your question? Give your kudos and mark my post as a solution!

Proud to be a Super User!





View solution in original post

2 REPLIES 2
psorel
Helper I
Helper I

Hi, Sorry i was absent. 
I have several lines for specific Clients, i didn't notice that sorry. 
Do you have a solution? 

Thank's

ray_aramburo
Super User
Super User

Use conditionmeasure = IF(SUM([PriceColumn]) > 50, "Yes", "No")

SUM can give you cell level values as well 🙂 





Did I answer your question? Give your kudos and mark my post as a solution!

Proud to be a Super User!





Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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