Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Darrell
Frequent Visitor

MAXX - Need the Market Name, Not the MAX Value - I'm so close.

I've tried MAXX() around the ADDCOLUMNS(), but that just gives me the value of 31.837.

 

I want the Market Name returned "04167-Boston".

 

 

EVALUATE
    ADDCOLUMNS (
        SUMMARIZE (
             STORE_CONNECT,
             STORE_CONNECT[Market]
	 ),
        "WOS", DIVIDE ( CALCULATE ( [OH] ), CALCULATE( [Sales] ) )         	
    )

 

 

 

 

MARKET              WOS
04167-Boston	    31.8373525792809
04253-NewYork	    28.7424878959799
03044-Charleston    25.8248559556622
00654-Minneapolis   24.9126105413978
05515-Tempe	    24.8818140998196
04456-Anaheim	    22.9656216911629

 

 

 

 

1 ACCEPTED SOLUTION
VahidDM
Super User
Super User

HI @Darrell 

 

Try this:

Measure = 
Var _A = 
ADDCOLUMNS (
        SUMMARIZE (
             STORE_CONNECT,
             STORE_CONNECT[Market]
	 ),
        "WOS", DIVIDE ( CALCULATE ( [OH] ), CALCULATE( [Sales] ) )         	
    )
Var _B = MAXX(_A,[WOS])
Var _C = Filter(_A,[WOS]=_B)
return
MAXX(_C,[MARKET])

 

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: 
www.linkedin.com/in/vahid-dm/

 

 

View solution in original post

2 REPLIES 2
VahidDM
Super User
Super User

HI @Darrell 

 

Try this:

Measure = 
Var _A = 
ADDCOLUMNS (
        SUMMARIZE (
             STORE_CONNECT,
             STORE_CONNECT[Market]
	 ),
        "WOS", DIVIDE ( CALCULATE ( [OH] ), CALCULATE( [Sales] ) )         	
    )
Var _B = MAXX(_A,[WOS])
Var _C = Filter(_A,[WOS]=_B)
return
MAXX(_C,[MARKET])

 

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: 
www.linkedin.com/in/vahid-dm/

 

 

Thanks @Vahid - that did the trick.   I appreciate it!

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.