cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
JemmaD
Resolver II
Resolver II

DYNAMIC MEASURE TO DISPLAY FILTERED VALUES

Hi there,

 

I have a measure which checks if a slicer has been filtered and if so, it displays the items which have been selected and if not, it says "no filters".

However, for some reason it's showing several of each item selected - and I want it to be distinct. 

Here is my measure, can I specify that it shows distinct Product?

 

Filter Product = IF(ISFILTERED('Product'[Product]),CONCATENATEX('Product', 'Product'[Product], UNICHAR(10)), "No filters")
1 ACCEPTED SOLUTION
SpartaBI
Community Champion
Community Champion

@JemmaD try:

 

Filter Product = IF(ISFILTERED('Product'[Product]),CONCATENATEX(VALUES('Product'[Product]), 'Product'[Product], UNICHAR(10)), "No filters")

 


2022-05-19 17_30_22-Re_ Need help on DAX function with measure vs colu... - Microsoft Power BI Commu.png


Full-Logo11.png

SpartaBI_3-1652115470761.png   SpartaBI_1-1652115142093.png   SpartaBI_2-1652115154505.png

Showcase Report – Contoso By SpartaBI

View solution in original post

1 REPLY 1
SpartaBI
Community Champion
Community Champion

@JemmaD try:

 

Filter Product = IF(ISFILTERED('Product'[Product]),CONCATENATEX(VALUES('Product'[Product]), 'Product'[Product], UNICHAR(10)), "No filters")

 


2022-05-19 17_30_22-Re_ Need help on DAX function with measure vs colu... - Microsoft Power BI Commu.png


Full-Logo11.png

SpartaBI_3-1652115470761.png   SpartaBI_1-1652115142093.png   SpartaBI_2-1652115154505.png

Showcase Report – Contoso By SpartaBI

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors