Forum Discussion
Anonymous
2 years agoNot applicable
DAX Filtering and Identifying Multiples Across an Attribute
Relativly new to DAX and would appreciate any input. I have data that looks like the below and I have a sclicer on Event_Type. I want to filter on multiple Event_Types and then be able to filter to...
Ritaf1983
2 years agoSuper User
Hi Anonymous
Please show what is the desired output.
Anonymous
2 years agoNot applicable
The Selecte slicer values for Entry Type would be
Urgent
Emergency
The I would use a flag (or another method to select where Autided and Invoiced = Y)
This would give me the following result:
Event_ID | Row_ID | Audited | Invoiced | Event_Type |
1 | 10 | Y | Y | Urgent |
1 | 20 | Y | Y | Emergency |
3 | 70 | Y | Y | Urgent |
3 | 80 | Y | Y | Emergency |