+ Reply to Thread
Results 1 to 6 of 6

CONCATENATEX and Using Slicer Value in FILTER

  1. #1
    Registered User
    Join Date
    02-07-2014
    Location
    Hong Kong
    MS-Off Ver
    Office 365
    Posts
    52

    CONCATENATEX and Using Slicer Value in FILTER

    Hi All

    In this example, I have collected the results of people's hobbies based on expert, proficient or interested.

    Currently, I am facing 2 issues which I have looked at but struggling to solve.

    1) I have used ConcatenateX to join up all their hobbies they have selected but the delimiter still appears for blank values. (Solved)

    2) For my Expert Hobbie measure, I have hard coded the filter as 'tennis' but can this be from a slicer? I saw PBI have something called selectedvalue but Excel doesn't seem to have this feature

    The aim for this report is, if I select Tennis in the slicer, it shows me the list of people who are either expert or proficient or interested in tennis.

    Many thanks!
    Last edited by swong1709; 11-05-2020 at 11:01 PM.

  2. #2
    Registered User
    Join Date
    02-07-2014
    Location
    Hong Kong
    MS-Off Ver
    Office 365
    Posts
    52

    Re: CONCATENATEX and Using Slicer Value in FILTER

    Attached the sample file I have been trying to work out....
    Attached Files Attached Files
    Last edited by swong1709; 11-04-2020 at 11:45 AM.

  3. #3
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: CONCATENATEX and Using Slicer Value in FILTER

    Please try

    =CONCATENATEX(FILTER(DATA,DATA[Interested]<>""),DATA[Interested],", ")
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    02-07-2014
    Location
    Hong Kong
    MS-Off Ver
    Office 365
    Posts
    52

    Re: CONCATENATEX and Using Slicer Value in FILTER

    Quote Originally Posted by Bo_Ry View Post
    Please try

    =CONCATENATEX(FILTER(DATA,DATA[Interested]<>""),DATA[Interested],", ")

    Many thanks! The first issue is now solved....

  5. #5
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: CONCATENATEX and Using Slicer Value in FILTER

    Q2

    =CONCATENATEX(Filter(data,DATA[Expert] in ALLSELECTED(Lookup[Sport] )),DATA[Expert],", ")
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    02-07-2014
    Location
    Hong Kong
    MS-Off Ver
    Office 365
    Posts
    52

    Re: CONCATENATEX and Using Slicer Value in FILTER

    Quote Originally Posted by Bo_Ry View Post
    Q2

    =CONCATENATEX(Filter(data,DATA[Expert] in ALLSELECTED(Lookup[Sport] )),DATA[Expert],", ")
    Many thanks, ALLSELECTED is what I need!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Slicer does not filter correctly
    By rogrand in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 07-03-2020, 02:59 AM
  2. [SOLVED] CONCATENATEX formula
    By Yaghoub61 in forum Excel General
    Replies: 3
    Last Post: 03-26-2020, 08:16 AM
  3. Top 10 vs Slicer/Filter
    By Maddy97 in forum Excel Charting & Pivots
    Replies: 5
    Last Post: 10-06-2019, 10:19 PM
  4. Loop through slicer, while also selecting single slicer value on separate slicer
    By as_sass in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-30-2018, 01:41 PM
  5. Replies: 1
    Last Post: 04-23-2018, 09:43 AM
  6. How to show values from slicer filter?
    By Ssaamirr in forum Excel General
    Replies: 3
    Last Post: 04-11-2014, 06:07 AM
  7. Replies: 1
    Last Post: 06-20-2013, 05:51 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1