Dynamic title Based on Date

0 votes
How to Create a Dynamic Title Based on Date:

Dynamic title, Ex Period:,, dd/mm/yyyy - ,,dd/mm/yyyy

when user select date it is dynamically change. How to create a dax calculation.

Dynamic - DD/MM/YYYY
Jun 15, 2020 in Power BI by vnk
• 390 points
1,151 views

1 answer to this question.

0 votes

Hi, @Vnk,

You can try this:

[Date(WindowMax)(Title)] = WINDOW_MAX( MAX( [Date] ) )

[Date(WindowMin)(Title)] = WINDOW_MIN( MIN( [Date] ) )


-Right-Click the calculated field  and go in Default Properties - Date Format  to set the Date formating


-Bring both on the Detail shelf  and edit your Title

from:<AGG(Date(WindowMin)(Title))>  to:  <AGG(Date(WindowMax)(Title))>
answered Jun 15, 2020 by Gitika
• 65,770 points

Related Questions In Power BI

0 votes
0 answers

Adding weekly start date & end date to my date table based on week number?

Adding weekly start date & end date ...READ MORE

Oct 14, 2024 in Power BI by anonymous
• 9,880 points
133 views
0 votes
1 answer

Adding weekly start date & end date to my date table based on week number?

In order to incorporate weekly start and ...READ MORE

answered Oct 22, 2024 in Power BI by pooja
• 11,230 points
163 views
0 votes
0 answers
0 votes
1 answer

How do you ensure dynamic titles, tooltips, or labels update correctly based on slicer selections?

In order to have dynamic titles, tooltips, ...READ MORE

answered Nov 5, 2024 in Power BI by pooja
• 11,230 points
88 views
+2 votes
0 answers

Assume referential integrity

1) What is Assume referential integrity? what ...READ MORE

Aug 19, 2019 in Power BI by vnk
1,823 views
+2 votes
1 answer

If Condition

DAX - I assume [Claim_line].[Allowed_Amount_B6] is one ...READ MORE

answered Aug 20, 2019 in Power BI by anonymous
• 33,030 points
1,628 views
+2 votes
1 answer

How to export data to CSV from power bi embedded url ?

Hi Arathi, You can open Visuals from embedded ...READ MORE

answered Aug 23, 2019 in Power BI by anonymous
• 33,030 points
6,661 views
+1 vote
1 answer

Power Bi to Machine Learning Model

Hello @vnk! Power BI only supports Azure Machine ...READ MORE

answered Dec 3, 2019 in Power BI by Priyanka
1,174 views
0 votes
3 answers

How to create final table based on Joins of two tables in power BI?

To do so, follow these steps: From the ...READ MORE

answered Dec 16, 2020 in Power BI by Gitika
• 65,770 points
56,171 views
0 votes
1 answer

last 10 days data based on Date&time

Hi, @Vnk, Regarding your query, you have to ...READ MORE

answered Jun 4, 2020 in Power BI by Gitika
• 65,770 points
3,645 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP