Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi, I have the below code which will gives me the filter selection criteria when I select each of them but I would like to show "Select ALL" when I select all from the filter.
Filetr Values=
Please any suggestion would be appriciated.
Thank you,
Solved! Go to Solution.
@Anonymous
You may change it as follows.
IF (
ISEMPTY (
EXCEPT ( ALL ( Sale[countryName] ), ALLSELECTED ( Sale[countryName] ) )
),
"Select ALL",
@Anonymous
You may change it as follows.
IF (
ISEMPTY (
EXCEPT ( ALL ( Sale[countryName] ), ALLSELECTED ( Sale[countryName] ) )
),
"Select ALL",
HI @Anonymous ,
Put your calculated field in the filter visual and change the setting from the format pane: Turn it On
( screenshot below)
Hope this helps you.
Thanks,
Tejaswi
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.