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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
mtrevisiol
Helper V
Helper V

Dynamic title with multiple years selected

Hi everyone.

I'm trying to create a dynamic title that shows the quantity bought from a certain selected supplier in one ore more years, i.e.:

mtrevisiol_2-1622789205708.png

The problem is that it doesn't show me any selected year, even in the case I select only one single year.

 

This is the measure I wrote:

mtrevisiol_3-1622789344597.png

 

 

Can you help me? Thanks!

 

1 ACCEPTED SOLUTION

You could check the below pbix file:

 

View solution in original post

5 REPLIES 5
V-lianl-msft
Community Support
Community Support

Hi @mtrevisiol ,

 

Based on your description, I created a test file, which runs well with the same measure.

V-lianl-msft_0-1623134116261.png

Please check the relationship between the date table and other tables.

 

Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Hi @V-lianl-msft, thank you for the answer. Where can I find the file?

You could check the below pbix file:

 

Tjank you so much, @V-lianl-msft !

amitchandak
Super User
Super User

@mtrevisiol , change concatenateX like

 

concatenateX(values(Calendar[Date].[Anno]), calculate(max(Calendar[Date].[Anno])))

 

My advice would be to create a year column and use that in place of [Date].year

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors