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
Morning / Afternoon everyone,
Im sorry for being so basic, but im new to DAX (I wish it was the same as SQL)
So I have read up on a dynamic title and it like like I have to create a measure and then add this into the dynamic part of the title within the visual.
I have tried
Solved! Go to Solution.
hi @Benc7777 ,
you mean like this?
Title = "Est Next Delivery" & FORMAT(MIN('Nextdel'[Delivered]), "dd/mm/yyyy")
Brilliant thanks @FreemanZ
Is there anyway to get it DD/MM/YYYY ? The field 'Nextdel'[Delivered] is set to dd/mm/yyyy ?
hi @Benc7777 ,
you mean like this?
Title = "Est Next Delivery" & FORMAT(MIN('Nextdel'[Delivered]), "dd/mm/yyyy")
Brilliant, many thanks indeed.
Appriciate your help
User | Count |
---|---|
13 | |
10 | |
8 | |
7 | |
5 |
User | Count |
---|---|
24 | |
16 | |
15 | |
10 | |
7 |