Forum Discussion
jjkiernanNGDS
3 years agoAdvocate I
Field Parameters - Returned using IF or Switch
Hi, I have a slicer which has a table of field parameters. I have a situation, that in a particular case, I want to show additional fields on the field parameter when a specific value is selected ( i...
Anonymous
2 years agoNot applicable
Did you ever solve this looking to do the same thing?
jjkiernanNGDS
2 years agoAdvocate I
I didn't solve the issue in this particular way. And designed my report in a different manner. However, I recently seen a Video by Bas on How to Power BI, which uses Disconnected tables and some measures, to determine which Items to show in a slicer which would have worked for my use case.
https://youtu.be/NqlgTXCfqSs?si=COG1C6YbFIlVIMoP
- viraj_arsekar1 year agoHelper I
Thanks for sharing. I was able to use the logic in this video to achieve what I needed. Only thing it got much complicated, would have been so simple if IF or SWITCH worked in the DAX for parameter.