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
FreedJustine
Helper I
Helper I

How to show the bottom N in visual card

 Hi I try to figure out how to show in Visual Card the Bottom N sales person, so i created 2 measures

 

  1. Count 
  2. Sales Amt

 

Visual Card result shoul be "Johnny Bi" but card show only the first sales person. I try to use the TOPN but still first sales person appear. pls. help

This is the result if I use table visualsThis is the result if I use table visuals

2 REPLIES 2
harshnathani
Community Champion
Community Champion

Hi @FreedJustine ,

 

Please see if this measure works.

 

Bottom Sales Person name for Sales =
CALCULATE (
LASTNONBLANK ( 'SalesTeam'[Sales Person] , 1 ),
FILTER ( TOPN ( 1, VALUES ( 'SalesTeam'[Sales Person] ), [Total Sales], ASC ), TRUE () )
).
 
If not, please share sample date and expected output to help you better.
 
Regards,
Harsh Nathani

Hi @FreedJustine ,

 

Did the solution work for you.

 

Please mark as solution for other community members to benefit.

 

Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)

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.