Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
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.
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
98 | |
61 | |
47 | |
36 | |
34 |