Forum Discussion
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 dynamic values not dynamic header please help me on this
3 Replies
- IdrissshatilaSuper User
Hello sunil222 ,
Please share sample data in a usable format (not screenshots) that fully addresses your issue or question.Avoid including sensitive info or unrelated content. Need help uploading data? Visit https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216
Show what you expect based on the provided data.
For faster answers, see https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523#M607150
- PijushRoyCommunity Champion
Hi sunil222
Please create a Measure likeDynamicHeader = 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- sunil222Helper II
Not working please give suitable answer, created parameter not taking selected value
any other solution