Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
25 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
12 | |
11 | |
7 | |
6 |