Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
We have a really simple DAX measure which is used to dyanmically set the title on a page in a report:
Page Title = MIN(Indicators[indicator_code]) & " " & MIN(Indicators[indicator_description]) & UNICHAR(10) & "Trends"
Page Title = MIN(Indicators[indicator_code]) & " " & MIN(Indicators[indicator_description]) & UNICHAR(10) & "Trends"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.