This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi team,
@Greg_Deckler @amitchandak @Ritaf1983 @johnt75 @PaulDBrown @sevenhills @Ahmedx
I'm working on requirement where it has two years year1 and year2
Now if I select year 2023, then the corresponding year2 will appear i.e., 2023,2024,2025,2026,2027.
So my requriement is like, for example If I select 2023 in year1 slicer then my title should change dynamically based on year2. In short my dyamic title for the visual should be "Assumption years are 2023-2027"
Can anyone helpme out with this. Thanks a lot!!
Solved! Go to Solution.
Hi @Usha_pk
You can create a measure
Title = "Assumption years are " & min('year1'([year])) & "-" & max('year2'[year]))
and put it on the title with conditional formatting
If this post helps, then please consider Accepting it as the solution to help the other
members find it more quickly
Hi @Usha_pk
You can create a measure
Title = "Assumption years are " & min('year1'([year])) & "-" & max('year2'[year]))
and put it on the title with conditional formatting
If this post helps, then please consider Accepting it as the solution to help the other
members find it more quickly
@Usha_pk
Glad to help 🙂
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 27 | |
| 26 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 36 | |
| 32 | |
| 26 | |
| 23 |