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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
carlosss897
New Member

Only show data selected by user (not by filters)

Hello everyone,

 
I am kind of stuck in this one. I want to show multiple Selections on my cards, which the user can select on the slicer. Now, I got this Filter enabled (see picture) which filters every store but ONE. 
As you can see on my card, it now shows every store because the filter selects every card.

Here is my current function: 
 
selected_store = IF (
    ISFILTERED ( Customer[Store] ),
    CONCATENATEX (
        FILTERS ( Customer[Store]),
        Customer[Store] , ", "
    ),
    " "
)
637BD59B-7BAE-4FD7-BAF6-0F31FEA562FE.png
 
 
Can someone help me out? thanks, carlos

 

1 ACCEPTED SOLUTION
LQuedas
Resolver II
Resolver II

Hi @carlosss897 ,

 

you using the filter to filter all pages, is it your goal?

if you filter only the Slicer it works as you need,

LQuedas_0-1675181264095.png

Cheers, LQ

View solution in original post

1 REPLY 1
LQuedas
Resolver II
Resolver II

Hi @carlosss897 ,

 

you using the filter to filter all pages, is it your goal?

if you filter only the Slicer it works as you need,

LQuedas_0-1675181264095.png

Cheers, LQ

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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 Kudoed Authors