This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hello everyone,
i need to make a Dynamic Text Box which shows my Text Input from a Text Filter.
For example: You have a Table with Names and a Text Filter for Names.
Now if i look for "Tom" via my Text Filter i want to have a Text Box which displays "His Name is: Tom". (Only an Example)
Anyone has an Idea how to solve this?
Solved! Go to Solution.
Thanks for reaching out to us.
Please try this, create the measure
Measure = "His Name is: "&SELECTEDVALUE('Filter'[Name])
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Thanks for reaching out to us.
Please try this, create the measure
Measure = "His Name is: "&SELECTEDVALUE('Filter'[Name])
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
@Saxophone167 , Once you enable Q&A, you should be able to use measure in a text box
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 37 | |
| 32 | |
| 27 | |
| 24 | |
| 17 |
| User | Count |
|---|---|
| 70 | |
| 50 | |
| 31 | |
| 26 | |
| 24 |