Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hello,
I have a column which I've renamed "Year to Date" in a table visualisation. If I set a variable somewhere to May is there a way to program the column heading to be "May YTD" (i.e. put the month name in automatically)
Thanks for your help,
CM
I don't beleive this is possible to make dynamic for the end-user as it is defined at load stage.
I would recommend adding a new measure which returns a string which you can then use as a title, either in the visual itself or on a card above.
I don't know your specifics but something like:
Title = if(hasonevalue([Month]),min([Month])&" YTD","YTD")
User | Count |
---|---|
132 | |
74 | |
70 | |
58 | |
54 |
User | Count |
---|---|
192 | |
96 | |
67 | |
64 | |
54 |