March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello,
I'm a Power BI beginner and need help for a report I'm trying to build.
I have a dataset with multiple years (2019-2022), manufacturing plants and CO2 emissions.
I'd like to show in a table for each year the CO2 emissions average variance compared to the baseline (2019 Co2 emissions average).
I tried some formulas but got the following result:
Formulas I used:
I'd like to have sometging like this instead:
Thank you for your help!
Solved! Go to Solution.
is this what you want?
Measure = CALCULATE(AVERAGE('Table'[value]),'Table'[year]=2019)
Proud to be a Super User!
It works and that's exactly what I need.
Thanks ryan_mayu!
you are welcome
Proud to be a Super User!
is this what you want?
Measure = CALCULATE(AVERAGE('Table'[value]),'Table'[year]=2019)
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |