Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
mpalha04
Helper III
Helper III

Text Count to Filter

Hi,

 

I am looking for a way to filter a text metric I have based on a distinct count. The context is that the filter is the # of orders for every client. Currently, I gather the # of orders based on a created measure that discount counts the transaction ID #, however, I cannot put this new measure in a filter. The transaction ID # is a text. 

 

The filter should be a between filter. Ex. If I select orders in between 0 to 100, the report will filter for all clients that made 0 to 100 orders. Can someone please help?

 

Thanks

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@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

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

@mpalha04,

Please share sample data of your table and post the expected result in table format so that we can test.

Regards,
Lydia

Please see sample data below.

 

Essentially, I want a filter that distinct counts 'NetSuiteId', but it's in text format. The measure I created to count 'NetSuiteId' cannot be used as a metric in a filter.

 

TextToCounterFilter.JPG

Anonymous
Not applicable

@mpalha04,

What expected result would you like to get based on the above sample data? What is the DAX for the measure you mention? You can drag the measure to 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. 

Anonymous
Not applicable

@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

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.