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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. 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
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.