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
AMBP1973
Helper II
Helper II

Show Filtered value on page

Hello,

 

I am lloking to filter out a single value on all pages by default: 'Training Module' (see below values). Then provide an option through a tile slicer or button to select to include this value i.e. "Select to also show Training Module'. Would someone please be able to assist? I have tried applying the pages filters then adding the folowing to a button will nil success:

 

Selected Training Module =
VAR Selected = SELECTEDVALUE('DI Review'[Type])
RETURN
IF (
    ISFILTERED('DI Review'[Type]),
    SELECTEDVALUE('DI Review'[Type]),
    IF(Selected = "Training Module", BLANK(), Selected)
)

 

AMBP1973_0-1761109075995.png

many thanks in advance for your assistance

2 REPLIES 2
MFelix
Super User
Super User

Hi @AMBP1973 ,

 

What I was able to do with a similar need was to create a button slicer and then format it in the folllowing manner:

  • Create a button slicer
    • Add your column to the button slicer
    • Select all values except the Taining module (on my example I have the category a)
    • Filter out  the slicer to only show the category a
  • Add a regular slicer (or any other type of slicer) 
    • Add the column you need
  • Turn off interactions:
    • Regular slicer to button slicer

Has you can see now you have a button where you can include the other value has you need:

MFelix_0-1761121388602.pngMFelix_1-1761121398237.png

 

MFelix_2-1761121411796.png

 

Button slicer should look like this before filtering:

 

MFelix_3-1761121473619.png

 

 

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Joe_Barry
Super User
Super User

Hi 

 

As a standard why don't you add a Select All option to the slicer, then Select All and then untick the Training module option and publish, and this will be the standard setting for this filter. End Users can then click on it if they want to have Training Modeule included

 

or

 

  1. Create a table called Calc Table and add columns ID and Calc
  2. in The ID Column add 1 and 2
  3. In the Calc Column add the Text in the 1 row " Not Incl. Training Module" and in the 2 row, "All"
  4. I presume you are using a meadure in the visual? Keep the Original Measure and then also create this
    Not Inkl.Training Module = CALCULATE ( [EXISTING MEASURE], KEEPFILTERS ('YourTable'[Type] <> "Training Module") )​
  5. Then create this measure 
    Switch Measure = SWITCH ( MIN ('CalcTable'[ID] ), 1, [Not Inkl. Training Module], 2, [EXISTING MEASURE] )
  6. Create a Tile slicer and add the Calc column to it and choose single select
  7. Remove the old measure and add your new Switch Measure to the visual. 
  8. Keep all filters clear in the Type slicer and use the Calc slicer instead

Thanks

Joe 




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Learn about the Star Schema, it will solve many issues in Power BI!

Date tables help! Learn more



LinkedIn


Let's connect on LinkedIn


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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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