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,
I'm trying to obtain the MAX of a particular column and place this as a new Measure within each ROW of the same dataset. Please see the example below:
Is this possible in DAX and via DirectQuery?
Solved! Go to Solution.
@Anonymous ,
You may try the following measure.
Measure = MAXX ( ALLSELECTED ( Table1 ), Table1[Value] )
@Anonymous ,
You may try the following measure.
Measure = MAXX ( ALLSELECTED ( Table1 ), Table1[Value] )
Hi @Anonymous ,
you can use DAX.
Add new column. Max = MAX(Value)
Best regards
Timo
Hi Timo,
Thanks for the suggestion but this doesn't work with LiveConnection to a Tabular Model.
When I use MAX in LiveConnection I receive the following error message:
The report measure MaxValue has a syntax or semantic error at line 1, position 6, reported by Analysis Services: 'Column, 'Value' in table XXX cannot be found or may not be used in this expression.
I know this could be added to the Tabular Model, but for reasons I'd rather not go into, this is unfortunately not possible.
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 |
---|---|
58 | |
58 | |
56 | |
38 | |
29 |
User | Count |
---|---|
75 | |
62 | |
45 | |
40 | |
39 |