Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
85 | |
79 | |
65 | |
52 | |
30 |
User | Count |
---|---|
115 | |
114 | |
71 | |
66 | |
39 |