Forum Discussion
sunil222
2 years agoHelper II
get dynamic header based on user selection
i have current month column data , when user selects month slicer , selected month display as dynamic header as jan 23 ... how to get it dynamic header for selected slicer value , iam geting dyna...
PijushRoy
2 years agoCommunity Champion
Hi sunil222
Please create a Measure like
DynamicHeader = SELECTEDVALUE(YourTable[MonthColumn])
Go to Visual title section, click on Fx and use FieldValue
Then assign the new created measure in FieldValue
Done
Let me know if that works for you
If your requirement is solved, please mark THIS ANSWER as SOLUTION ✔️ and help other users find the solution quickly. Please hit the LIKE 👍 button if this comment helps you.
Thanks
Pijush
Linkedin
sunil222
2 years agoHelper II
Not working please give suitable answer, created parameter not taking selected value
any other solution