How to create a dynamic header in Power BI

I have created 3 drop-down filters with long list of selections. What I want is to show my selections in data card or charts etc, is that possible to have dynamic heading in the charts?

Yes, this is not too difficult.

Use SELECTEDVALUE( ColumnName, BLANK())

SELECTEDVALUE is a very versatile function and can be used in many different situations…this one in particular.