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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
DylanVelo
Regular Visitor

Power BI Report Builder Multiparameter Issue

Hi everyone!

 

Im having troubles with multiparameters.

I need to be able to select all with one button, give the user the select all button enable by default and also be able to select multi-options if the user need it.

 

I found some tips but doesnt work for everyting. Im using a dax query.

With the next filter it works well if a i want to apply the "All selected" option in the parameter as default, but its is not allowing multiparameter:

FILTER(VALUES(Dates[YYYYMM]), VALUE(@Period)= -1 || Fechas[YYYYMM] = @Period)
 
I also tried using RSCustomDaxFilter, it works for multi parameter selection, but cant assign an "All selected" option to filter everyting at once as default.
       RSCustomDaxFilter(@Period,EqualToCondition,[Dates].[Period],String)
 
I know that i can use the default values query, but im having issues with it, first is showing a list of all the fields, and i need "All Selected", and second, for  some other parameter which i need to work as this one, the default values is not working. It like if nothing was selected.
 
Any suggestion on how can i do it?
 
If we can run the dax query with blanks, without selecting anything, instead of using the "All selected" option, is also good.
The idea is that in some reports we have to many parameters and we dont want the end user to select everything if they dont need those parameters.
 
Thanks!

 

2 REPLIES 2
DylanVelo
Regular Visitor

Hi @Anonymous  thanks for you answer. Sure!

 im using a power bi semantic model, so im using DAX to create my dataset. This is one of my DAX:


EVALUATE

SUMMARIZECOLUMNS(

'Dates'[Date],

'Attendance'[Grade],

'Attendance'[Motive],

'Attendance'[In],

'Attendance'[Out],

'Employees'[CodeName],

RSCustomDaxFilter(@EmployeesCodeName, EqualToCondition, [Employees].[CodeName], String),

"Attendance Mesure", [Attendance Mesure]

)

 

The problem is with that i need a parameter that allows the end user to have "All selected" as default, so they dont need to go and apply all the filters if they dont need it, in this case is just one, but for other reports i have about 10 parameters.

So instead of having the select all value label, i want to have "All Selected" option enable as default:

 

DylanVelo_1-1717088096401.png

 

DylanVelo_0-1717088076826.png

 

Or the other option would be to dont have the need to select something, so the user can run the report withput selecting anything like if the parameter is not requiered, something like optional parameter but also with multiselection enable.

 

Thanks!

 

 

Anonymous
Not applicable

Hi @DylanVelo ,

I'm a little confused about your needs, Could you please explain them further? It would be good to provide a screenshot of the results you are expecting and desensitized example data.

 

Thanks for your efforts & time in advance.

 

Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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