Hi everyone,
I have a title card set up that displays the selected client name from my dataset. However, if no client is selected, the title card will still show the first client name at the top of my data. I'd like it so the title card doesn't show anything if nothing has been selected; or at least display a more general tag rather than the first client name.
Any tips on how to get that done? Thanks!
Solved! Go to Solution.
Hi @jstern1
We can create a measure like below to get the the result as you excepted.
I haven't selected anything in the slicer so the card visual showing blank value.
Once i select the any value in slicer it got changed.
I hope this works for you.
Replace Blank with Client Information.
Create the Measure as given below and place it in Card.
Hi @jstern1
We can create a measure like below to get the the result as you excepted.
I haven't selected anything in the slicer so the card visual showing blank value.
Once i select the any value in slicer it got changed.
I hope this works for you.
Yep, exactly what I was looking for, thanks!
I have one more question if you may know the solution. Is there a way to replace the actual word "Blank" to display a general title tag such as "Client Information".
Thanks Again for your help! 🙂
I hope this measure would help you for this.
Card = IF(HASONEFILTER(TableName[ColumnName]),VALUES(TableName[ColumnName]),"")
Replace Blank with Client Information.
Yep, that works. Thanks Paruchuri! And thank you for your help as well hthota.
User | Count |
---|---|
122 | |
77 | |
71 | |
68 | |
68 |
User | Count |
---|---|
105 | |
54 | |
51 | |
48 | |
47 |