Forum Discussion
IcingOnTheCake
Helper III
2 years agoDo a select * for certain cases in DAX query
Dear Experts, I need help for the bold red part please. Actually I would like to do a select all. Or to talk in sql: 'Product'[Product Hierarchy Level 2 Code] = * How can I achieve that pleas...
AlexisOlson
Super User
2 years agoDoes this work?
[...]
FILTER (
VALUES ( 'Product'[Product Hierarchy Level 2 Code] ),
PATHCONTAINS ( @P_PL2, 'Product'[Product Hierarchy Level 2 Code] )
|| TRIM ( @P_PL2 ) = ""
)
[...]- IcingOnTheCake2 years ago
Helper III
Thanks and "good idea"! It runs. But then again "no rows found" 😞
- tamerj12 years ago
Community Champion
I've been searching for what the heck does the empty parameter in paginated reports actually return 😅
- IcingOnTheCake2 years ago
Helper III
Haha 😜
but although we know now, I still dont get why do not get results 😕