Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Instructing Client | Order Received | Order Amount (excl. VAT) |
A | 05/03/2019 | £ 9,500.52 |
B | 20/03/2019 | £ 119,380.00 |
C | 19/03/2019 | £ 9,556.00 |
D | 06/03/2019 | £ 91,860.00 |
D | 06/03/2019 | £ 52,310.00 |
E | 11/03/2019 | £ 6,500.00 |
Any help would be appreciated. Many thanks.
Solved! Go to Solution.
Perhaps something along the lines of:
VAR __max = MAXX( KEEPFILTERS( VALUES('ForecaseAndActual'[Instructing Client])),CALCULATE( SUM('ForecaseAndActual'[Order Amount (excl. VAT)]),USERELATIONSHIP('Date'[Date],ForecaseAndActual[Order Received] ))) VAR __table = SUMMARIZE('ForecaseAndActual',[Instructing Client],"__orderAmount",CALCULATE( SUM('ForecaseAndActual'[Order Amount (excl. VAT)]),USERELATIONSHIP('Date'[Date],ForecaseAndActual[Order Received] ))) RETURN MAXX(FILTER(__table,[__orderAmount]=__max),[Instructing Client])
Perhaps something along the lines of:
VAR __max = MAXX( KEEPFILTERS( VALUES('ForecaseAndActual'[Instructing Client])),CALCULATE( SUM('ForecaseAndActual'[Order Amount (excl. VAT)]),USERELATIONSHIP('Date'[Date],ForecaseAndActual[Order Received] ))) VAR __table = SUMMARIZE('ForecaseAndActual',[Instructing Client],"__orderAmount",CALCULATE( SUM('ForecaseAndActual'[Order Amount (excl. VAT)]),USERELATIONSHIP('Date'[Date],ForecaseAndActual[Order Received] ))) RETURN MAXX(FILTER(__table,[__orderAmount]=__max),[Instructing Client])
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.