Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi all,
I need help with [what i think is] a simple measure.
Basically i have a data file, and one of the columns is called EC. An example is as below:
EC |
2019 |
2019 |
2020 |
2018 |
Outturn |
Outturn |
2020 |
2016 |
2020 |
2019 |
2019 |
2020 |
2018 |
Outturn |
Outturn |
2020 |
2016 |
The measure I am after is to select the highest number in the column, ignoring the word 'Outturn'
Basically the answer should be 2020
Thanks for your help
Solved! Go to Solution.
Hi @timknox
Measure = calculate(MAX('Table'[EC]),'Table'[EC]<>"Outturn")
do not hesitate to give a kudo to useful posts and mark solutions as solution
thanks
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 |
---|---|
80 | |
76 | |
60 | |
36 | |
33 |
User | Count |
---|---|
91 | |
60 | |
59 | |
49 | |
45 |