Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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.
Solved! Go to Solution.
@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
@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...
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
@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
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.