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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote 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
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 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.