Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Anonymous
Not applicable

Need help to show multiple Years and multiple months in Dynamic Title

Hi guys...I have to show multiple years and multiple months in dynamic title from selecting years and months from filter pane.... Currently using the below measure, It is working for a single year and single month.

Dynamic Title =
VAR Title1= SWITCH (
TRUE(),
ISFILTERED('Query1'[DATE].[Month]), SELECTEDVALUE('Query1'[DATE].[YEAR]) &" and Month "& SELECTEDVALUE ('Query1'[Date].[Month]),
ISFILTERED ('Query1'[DATE].[YEAR]), SELECTEDVALUE ('Query1'[DATE].[Year]),
BLANK ())
Return "Balance by Year " & Title1


Can you please help me with this.
1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous ,

 

You can use something like:

 

CONCATENATEX(Employees, [FirstName] & “ “ & [LastName], “,”)  to return a concatenate string of values, in this sample for instance "Alan Brewer, Michael Blythe" for two records in the Employees table

 

Jan 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.