Forum Discussion
Text Count to Filter
- Anonymous8 years ago
mpalha04,
It is not possible to drag a measure to slicer. But you can drag the above measure to visual level filter of your visual, then set different range in the visual level filter and use it to filter your visual.
Regards,
Lydia
I'd like to have a slicer where users can input a range that distinct counts 'NetSuite Id'. 'entity' is a code that represents a customer and 'NetSuite Id' represents an order # related to the customer. So, an input filter for between 2 and 4 orders filters the data to show those customers that have made between 2 to 4 orders.
The DAX formula I currently use to count the # of orders is below:
# of Orders = IF(LASTDATE('Date Table'[Date])>TODAY(),BLANK(),(DISTINCTCOUNT(vWorkOrder[NetsuiteId])))
However, this measure cannot be used in a filter. I'm guessing PBI doesn't allow for calculated measures to be used as filters.
mpalha04,
It is not possible to drag a measure to slicer. But you can drag the above measure to visual level filter of your visual, then set different range in the visual level filter and use it to filter your visual.
Regards,
Lydia