Forum Discussion
OR condition between multivalue parameters
Hi,
I found your solution to be useful, but I am not clear how I can modify it to suit my requirement. My current report builder query is as below:
EVALUATE SUMMARIZECOLUMNS('DataforPL'[CNTR], 'DataforPL'[CNTR_DT], 'DataforPL'[SUPP_LD_NO], RSCustomDaxFilter(@DataforPLCNTR,EqualToCondition,[DataforPL].[CNTR],String), RSCustomDaxFilter(@DataforPLCNTRDT,EqualToCondition,[DataforPL].[CNTR_DT],DateTime), RSCustomDaxFilter(@DataforPLSUPPLDNO,EqualToCondition,[DataforPL].[SUPP_LD_NO],String))
I have 3 parameters in above query above. I need to modify it such either I enter a combination of [CNTR] & [CNTR_DT] or enter just enter [SUPP_LD_NO] as the parameter, leaving other two fields blank.
Hope I was clear with my requirement. Thanks to assist.
Regards,
Muralidhar
Hi Murali,
Try like below. You may need to handle "ALL" (blank) is no value is passed.
- murali54315 years agoHelper III
Thank you Hariharan_R !
- Hariharan_R5 years agoSolution Sage
If my answer helps you, Mark my post as a solution!!