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.
how to Enter a Dynamic Title to a Table and a Matrix, like the current date
Solved! Go to Solution.
This is brand new just this past week with the April 2019 build of Power BI. Read this article, which will explain how conditional format titles, or expression based titles, can be used. You must have the April 2019 build. Won't work with anything earlier.
I believe it needs to be text, so a measure like this will simply put today's date in the title if you select this measure for the title.
Today for Title = "Today is " & FORMAT(TODAY(),"MMMM DD, YYYY")
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingThis is brand new just this past week with the April 2019 build of Power BI. Read this article, which will explain how conditional format titles, or expression based titles, can be used. You must have the April 2019 build. Won't work with anything earlier.
I believe it needs to be text, so a measure like this will simply put today's date in the title if you select this measure for the title.
Today for Title = "Today is " & FORMAT(TODAY(),"MMMM DD, YYYY")
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingWow! that is awesome, thanks a lot!
User | Count |
---|---|
76 | |
75 | |
46 | |
31 | |
28 |
User | Count |
---|---|
99 | |
91 | |
51 | |
49 | |
46 |