Hi All,
i created the a table data where few columns are static and 3 columns data is changing as per the selection in slicer, but is there any way where i can change the headings as well along with the data,
Sample PBIX file attached for the reference,
If you mean visual title. You will need to overlay another visual (ex: Card visual) and use CONCATENATEX etc to construct measure to build string for title.
See link for basic tutorial.
UPDATE April 2019: It is now possible to use DAX expressions such as the ones described in this post directly in the Title property of a visual. See As you probably know, charts (and lots of other …