Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Solved! Go to Solution.
Hi @DAX7800 ,
You can combine multiple columns of filtering results with the help of the SELECTEDVALUE function. Try formula like below:
Team Display =
SELECTEDVALUE ( 'Table'[TEAM ↑] ) & "-"
& SELECTEDVALUE ( 'Table'[FIELD LOCATION] ) & "-"
& SELECTEDVALUE ( 'Table'[LAST NAME] )
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @DAX7800 ,
You can combine multiple columns of filtering results with the help of the SELECTEDVALUE function. Try formula like below:
Team Display =
SELECTEDVALUE ( 'Table'[TEAM ↑] ) & "-"
& SELECTEDVALUE ( 'Table'[FIELD LOCATION] ) & "-"
& SELECTEDVALUE ( 'Table'[LAST NAME] )
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Adamk,
Thank you so much for your work, however when I used your formula it conected each filter as it went, where what i was looking for is "if the previous column was blank, then display the first column."
using your "selected value" function (again, i'm new and couldnt figure out how to do this) I was able to use my EXCEL knowledge to come up with a working measure.
This allowed me to identify the specific filter I was selecting and display it on a card. Now I can show the header column in a Card and identify the data from the other columns in a table
Thank you for all your help, works great now!
Hi @DAX7800 ,
What do you expect the results to look like? Are there other filtering conditions?
Best Regards,
Adamk Kong
This is a screen shot of my excel document, each column is a filter in my power bi. The "Naming Column" is the card which data i want displayed once a filter is selected.
How do i make a measure in DAX which states when one column is selected, to display the first cell in the "Naming Column" in sequential order?
User | Count |
---|---|
13 | |
8 | |
8 | |
7 | |
5 |
User | Count |
---|---|
21 | |
15 | |
15 | |
10 | |
7 |