Forum Discussion
setis
Post Partisan
5 years agoTitle format on a visual
I'm using a measure to format a title on a visual based on a slicer. The measure is: KPI_Title =
VAR Selected_KPI = SELECTEDVALUE(Performance_Measures[Name])
RETURN
Selected_KPI & " by month" ...
Pragati11
Super User
5 years agoHi setis ,
Do you mind sharing all the options you have in your slicer - Name?
Also what all fields are you moving to the visual giving error?
setis
Post Partisan
5 years agoPragati11 sure! The options are these:
There are more but the format is the same.
I'm using a calculate group and the slicer to plot the results into a Line chart.
I'm using Months from my date table as x axis, "Name" from the calculation group as Legend and my selectedmeasure() as values.
When I select a calculation item without the "%" works fine.