Forum Discussion
ACraig08
Helper III
2 years agoConditional Dynamic Value in Text Box
Hello! So you know how you can add a dynamic value inside of a text box: I have been trying to find anything that provides documentation or a video tutorial on how to use this but nothing. I...
- Anonymous2 years ago
Hi ACraig08
I suggest that you can put the results you want into a card visual.
DAX:
Measure = SELECTEDVALUE('Table'[Project count])&" added in "&SELECTEDVALUE('Table'[District])Result:
At the same time, you can also modify the format of the card visual.
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
ACraig08
Helper III
2 years agoSo is there no way to do it within the "Ask a question about your data" box so it's one district at a time and I can edit the formatting.
Anonymous
2 years agoNot applicable
Hi ACraig08
I suggest that you can put the results you want into a card visual.
DAX:
Measure = SELECTEDVALUE('Table'[Project count])&" added in "&SELECTEDVALUE('Table'[District])
Result:
At the same time, you can also modify the format of the card visual.
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.