Forum Discussion
sabeensp
Helper IV
7 years agoALLSELECTED with Multiple Slicer
Is there a way to to write ALLSELECTED DAX with multiple slicer values Example: Slicer 1 has Project Name (Project.projectname) Slicer 2 has Project Manager (Team.ProjectManagre) and so on ...
Zubair_Muhammad
Community Champion
7 years ago
Looks fine to me.
Even you can use ALLSELECTED() i.e. without any arguments/parameters
More details about this function in the link below
https://dax.guide/allselected/