Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello,
I don't know what I am missing. I can't select a measure as a dynamic title of a visual. The measures are in the dropdown but can' be selected.
Solved! Go to Solution.
You may try adding CONVERT.
There is a simple solution
Create another measure like,
"Chart Title = "Your Text " & [Your Measure]"
and link it to the other measure you created before, it automatically selects text formats and can be set for conditional formatting.
I am having the same issue, am not able to select my measure to be used as title
my measure gives a text ,tried also the convert but still no chance to work
Hi,
Just for those who are still struggling despite the advise to use CONVERT. You might have done the same mistake I did. CONVERT is not going to work alone... you need to change the type on the settings of the measure. duh! can't beleive I missed it!
Actually, after changing the type in the settings part, I didn't even need to use the CONVERT function.
regards,
--mo
i have the same issue: measure is visible but not selectable in the dialog of Title Expression
Tried with simplest possible measure without success:
lblX = "My Custom Title"
The only thing i can choose in this "Title Text" dialog are COLUMNS but not MEASURES
Any hints?
Thanks,
Hi,
What is the datatype for the measure?
I belive measures used for titles must must be a string datatype for it to work
The measure is a string that shows a range of dates with this format: dd/mm/yy - dd/mm/yy.
Could you post the entire measure?
I'm posting a different measure since the period range measure is dependent on othe pretty long measures. This one is pretty simple but still I can't select this as a visual title.
P&L Overview text = VAR __RANGE = SELECTEDVALUE ( 'Actual vs Benchmark Measures'[Range] ) VAR __BENCHMARK = SELECTEDVALUE ( 'Actual vs Benchmark Measures'[Benchmark] ) RETURN "P&L Overview " & __RANGE & " " & __BENCHMARK
You may try adding CONVERT.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
76 | |
57 | |
36 | |
34 |
User | Count |
---|---|
99 | |
56 | |
56 | |
46 | |
40 |