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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

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
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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