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
823 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,910 points

Related Questions In Power BI

0 votes
1 answer

Locating closest match based on Latitude & Longitude

First of all, we need to use the ...READ MORE

answered Jan 2, 2019 in Power BI by Shubham
• 13,490 points
2,843 views
0 votes
1 answer

How do I label bar graph with different colors based on values from different slicers?

If the user selects only one value ...READ MORE

answered May 21, 2019 in Power BI by Avantika
• 1,520 points
1,255 views
+1 vote
1 answer

Selecting based on filters

Hi,  If you have more than one table ...READ MORE

answered Aug 12, 2019 in Power BI by anonymous
• 33,030 points
662 views
0 votes
1 answer

How to show visualization (map) based on latitude and longitude points in power BI?

Follow the below steps: 1. Select the map ...READ MORE

answered Oct 18, 2019 in Power BI by anonymous
• 3,450 points
2,728 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,271 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,085 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,249 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
767 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,910 points
53,903 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,910 points
3,088 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