Forum Discussion
sailochanar
3 years agoHelper II
Power BI Dynamic headers
Hey Mates , I wanted to know how to create dynamic headers for the visual according to slicer selection ,Actually I added the measure in title field according to slicer selection the header is getti...
Madhavarao
2 years agoNew Member
For your reference this solution should work:
Measure = VAR Madhav=SELECTEDVALUE(Sheet1[Facility],"ALL")
Measure = VAR Madhav=SELECTEDVALUE(Sheet1[Facility],"ALL")
Return
CONCATENATE("Emossion by ",Madhav)