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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
eliasayyy
Memorable Member
Memorable Member

Exclude Blank from rankx

hello everyone 

i have this measure 

Top Bottom = 

Var TopRank= 
    RANKX(ALLSELECTED(Keywords[Search keyword]),[New],,DESC,Dense)

Var BottomRank = RANKX(ALLSELECTED(Keywords),[New],,ASC,Dense)

Var Result=

SWITCH(
    TRUE(),

TopRank<=3,1,

BottomRank<=3,-1,

blank())

return 
Result


this is result


annonymous1999_0-1680535061038.png

 

i dont want to include the blanks 

how can i rank without the blanks 

 

1 REPLY 1
amitchandak
Super User
Super User

@eliasayyy , try like

 

BottomRank = RANKX(Summarize(filter(ALLSELECTED(Keywords),Keywords[Search keyword], "_1" ,[New]),not(isblank([_1]))), [net],,ASC,Dense)

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.