Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
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 🙂
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 52 | |
| 38 | |
| 37 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 66 | |
| 34 | |
| 32 | |
| 29 |