Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! 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
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 48 | |
| 35 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 79 | |
| 37 | |
| 27 | |
| 25 |