Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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 :
Year | Product A | Product B |
2020 | 1 | 10 |
2021 | 3 | 7 |
2022 | 5 | 11 |
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 🙂
Solved! Go to Solution.
You can create a measure like
Prod A 2020 = LOOKUPVALUE( 'Table'[Product A], 'Table'[Year], 2020)
You can create a measure like
Prod A 2020 = LOOKUPVALUE( 'Table'[Product A], 'Table'[Year], 2020)
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
10 | |
10 | |
10 | |
10 |
User | Count |
---|---|
19 | |
14 | |
13 | |
11 | |
8 |