Forum Discussion
Convert default AND to OR using Custom Visuals
I would like to create custom visuals to convert default AND to OR logical operator.
I am able to do this using DAX query. https://www.sqlbi.com/articles/using-or-conditions-between-slicers-in-dax/
Do you know how I can achieve this by cresting custom visuals. Is there any existing slicer which will do for me ?
Is there any way in powerbi I can execute query by passing parameters through custom visuals ?
Like Entity Framework Or Ado.Net ?
2 Replies
- Greg_DecklerCommunity Champion
pbiembeded - I am not aware of any default slicer that would act that way or any slicer in AppSource that functions like that. Would need more specifics on the data you have and what you are trying to achieve to see if there is a different creative work-a-round. If you can get your filtering options into a single slicer, a single slicer by default implements OR logic within it so that *may* be an option. But, again, would need to understand your data better.
- dm-pSuper User
Hi pbiembeded,
I provided these details on your other post. Including on this post in case you have not seen it, as I believe it provides the necessary technical details from a custom visual perspective.
Regards,
Daniel