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
Analitika
Post Prodigy
Post Prodigy

Measure according to data table column value in Power BI

Hello,

 

I would like to ask how to create a measure like this. If column A="Yes', then measure [sum1], else [sum2]?

2 REPLIES 2
rajulshah
Super User
Super User

Hello @Analitika ,

 

You can create a measure as follows:

Measure = IF (SELECTEDVALUE(Table[ColumnA])="Yes",[Sum1],[Sum2])


Please let me know if this didn't help.

Yes it didn't help. Because with condition Yes I expected to see result of sum1 but output is sum2.

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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