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
Likhitha
Helper IV
Helper IV

How to make slicer selection fixed?

Hello All,

   I created a funnel chart to compare sales of my selected country w.r.to other countries,the country which i selected will be taken as 100% and will be compared with rest of the countries...but I want one selection as fixed,how to do that?? In the below picture i want canada country as fixed and i dont want to make any other selection.

CaptureFixed.PNG

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@Likhitha  - If you always want Canada, you don't actually need a slicer at all - you can hard code that in your sorting measure: 

Measure = IF(SELECTEDVALUE('Table'[Country]) = "Canada",1)

Cheers,

Nathan

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

@Likhitha - You could use a page-level or report-level filter, instead of a slicer visual. With filters, you can optionally lock and optionally hide the selection.

Hope this helps,

Nathan

@Anonymous  ...thank you for responding...

https://community.powerbi.com/t5/Desktop/How-to-make-selected-country-as-reference-country-for/m-p/661873#M317995

This is the original post ...from that i want make my requirement.


@Anonymous wrote:

@Likhitha - You could use a page-level or report-level filter, instead of a slicer visual. With filters, you can optionally lock and optionally hide the selection.

Hope this helps,

Nathan


 

Anonymous
Not applicable

@Likhitha  - If you always want Canada, you don't actually need a slicer at all - you can hard code that in your sorting measure: 

Measure = IF(SELECTEDVALUE('Table'[Country]) = "Canada",1)

Cheers,

Nathan

thank you  @Anonymous  🙂 ,It's Working

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!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

Top Solution Authors
Top Kudoed Authors