Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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:
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:
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!
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.
User | Count |
---|---|
12 | |
3 | |
2 | |
2 | |
2 |