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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Hayoung
Helper IV
Helper IV

Dynamic parameter for none without choosing any paramter

I would like to know whether Power BI dymamic slicer can give an option None for not choosing any filter and only give the general result without choosing those parameter as what i am not haveing is able to select all/gender/age/tneure. I have created the dynamic parameter by using the following measure:
Parameter = {
    ("Gender", NAMEOF('Q1'[Gender]), 0),
    ("Age", NAMEOF('Q1'[Age]), 1),
    ("Tenure", NAMEOF('Q1'[Tenure]), 2),
}
4 REPLIES 4
amitchandak
Super User
Super User

@Hayoung , Add the last line

 

Parameter = {
("Gender", NAMEOF('Q1'[Gender]), 0),
("Age", NAMEOF('Q1'[Age]), 1),
("Tenure", NAMEOF('Q1'[Tenure]), 2),

    ("None", "", 3)

}

However, I would like to have a rows: 4, column: 1 in the small multiples for bar chart. If i setted it like that it will be only 1/4 page instead of 1 page for none.

 

what i expect is: 1 big chart for none, and rows: 4 and columns: 1 if i filter the paramter like age, gender, tenure

@Hayoung , check do try something like

Calculation Groups - Use Measure with small multiple : https://www.youtube.com/watch?v=LEn6ZnScMZc

How is the Measure set been created? Also, Do i need to download the Tabular Editor for using this method? if yes, what is the main purpose for that?

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.