Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.