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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I am attempting to use the Fx on visual titles. When I attemt to use it, all values are grayed out. My team members have the same issue. I am on the lastest version of PBI.
I have attempted to use the visual Title Fx. When I open the window, I get Field value, with not values in drop down. the "What field should we base this on? All values in my model are grayed out.
I have tried the new and old version of formatting pane.
I would appreciate any help or guidance anyone can give me.
Suzanne
Solved! Go to Solution.
Hi @Anonymous ,
You can create a measure for the title like this one:
Title Sales =
VAR ProductSelected = SELECTEDVALUE('Product'[ProductName], "All Products")
RETURN
COMBINEVALUES(" ", "Sales of ", ProductSelected)Then in the visual you want the title, go to Format, General, Title, then fx, Field value and then you choose your Title measure.
It looks like this:
Hope it helps.
Fernando
I'ts not working for me .I'm unable to select the option
What are you trying to accomplish?
I am trying to use dynamic titles. I have used them before. As Simple as title = "this is my title" && Max(date dim[date])
Hi @Anonymous ,
You can create a measure for the title like this one:
Title Sales =
VAR ProductSelected = SELECTEDVALUE('Product'[ProductName], "All Products")
RETURN
COMBINEVALUES(" ", "Sales of ", ProductSelected)Then in the visual you want the title, go to Format, General, Title, then fx, Field value and then you choose your Title measure.
It looks like this:
Hope it helps.
Fernando
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 66 | |
| 47 | |
| 43 | |
| 26 | |
| 19 |
| User | Count |
|---|---|
| 198 | |
| 126 | |
| 102 | |
| 67 | |
| 50 |