The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have created a MAX Measure..
Hi @Tob_P
please try
MAX Measure =
IF (
NOT ISEMPTY ( VALUES ( 'Sales Header'[Sell-to Customer Name] ) ),
MAXX (
ALLSELECTED ( 'Sales Header'[Sell-to Customer Name] ),
[Sales Line Amount]
)
)
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
32 | |
13 | |
10 | |
10 | |
9 |