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
Anonymous
Not applicable

How to display a specific value (DAX) - Beginner

Hello, 

 

I am new to Power BI and I have been trying to find a formula to enter in a measure to display a specific value.

I have a table that goes like this : 

 

YearProduct AProduct B
2020110
202137
2022511

 

And I would like a measure that would only display the Value for the Product A in 2020 so that I can use this value for a KPI (target goal).

 

Thank you for your help 🙂

1 ACCEPTED SOLUTION
johnt75
Super User
Super User

You can create a measure like

Prod A 2020 = LOOKUPVALUE( 'Table'[Product A], 'Table'[Year], 2020)

View solution in original post

1 REPLY 1
johnt75
Super User
Super User

You can create a measure like

Prod A 2020 = LOOKUPVALUE( 'Table'[Product A], 'Table'[Year], 2020)

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.