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 moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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
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 |
|---|---|
| 28 | |
| 23 | |
| 22 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 61 | |
| 35 | |
| 28 | |
| 22 | |
| 22 |