Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
vsmk
Frequent Visitor

How to insert a Header in Power BI?

Say the report is for the period 1st Apr to 10th Apr 2018.    The header should be

SALES REPORT AS ON 1st Apr 2018 to 10th Apr 2018

1 ACCEPTED SOLUTION
vmakhija
Post Prodigy
Post Prodigy

@vsmk

If the date range is dynamic, create a measure which will have text + the date range.

Then use the Card visual as a header and put measure as a Field for the visual.

 

Example for measure definition -

HeaderMsg = "SALES REPORT AS ON " & FORMAT(MIN(table[field1]), "mmmm dd, yyyy hh:mm AM/PM") & " TO " & FORMAT(MAX(table[field1]), "mmmm dd, yyyy hh:mm AM/PM") 

)

 

Regards

View solution in original post

3 REPLIES 3
vmakhija
Post Prodigy
Post Prodigy

@vsmk

If the date range is dynamic, create a measure which will have text + the date range.

Then use the Card visual as a header and put measure as a Field for the visual.

 

Example for measure definition -

HeaderMsg = "SALES REPORT AS ON " & FORMAT(MIN(table[field1]), "mmmm dd, yyyy hh:mm AM/PM") & " TO " & FORMAT(MAX(table[field1]), "mmmm dd, yyyy hh:mm AM/PM") 

)

 

Regards

vsmk
Frequent Visitor

Thanks @vmakhija

vsmk
Frequent Visitor

Say the report is for the period 1st Apr to 10th Apr 2018.    The header should be

SALES REPORT AS ON 1st Apr 2018 to 10th Apr 2018

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.