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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
IshaDahra
Regular Visitor

Dynamic Column Header in Visualisation

Hi,

I have made a column in my table and added it to visualization. It's name is "Short Descr". I have changed it to "Deliverables". I want to change it automatically every month like "Deliverables | February", if the current month is March.

3 ACCEPTED SOLUTIONS
grazitti_sapna
Super User
Super User

Hi @IshaDahra,

 

It's not possible to give dynamic name to a column header, you can give table a dynamic title though using below DAX

 

Dynamic Header =
"Deliverables | " &
FORMAT(EOMONTH(TODAY(), -1), "MMMM")

 

Not add this measure to Table title

 

if you still want to show dynamic title, create a card visual and place it above the column name and hide actual column name.

 

"Deliverables | " & FORMAT(EOMONTH(TODAY(), -1), "MMMM")

 

🌟 I hope this solution helps you unlock your Power BI potential! If you found it helpful, click 'Mark as Solution' to guide others toward the answers they need.
💡 Love the effort? Drop the kudos! Your appreciation fuels community spirit and innovation.
🎖 As a proud SuperUser and Microsoft Partner, we’re here to empower your data journey and the Power BI Community at large.
🔗 Curious to explore more? [Discover here].
Let’s keep building smarter solutions together!

View solution in original post

cengizhanarslan
Super User
Super User

You cannot make a native table/matrix column header fully dynamic with a DAX measure when the column is a regular field like 'Table'[Short Descr].

 

Option 1) Rename it manually in the visual

If this is just for presentation, you can rename the field in the visual, but it stays static.

 

Option 2) Use a dynamic title above the visual

This is usually the cleanest workaround.

Create a measure like:

Dynamic Header =
"Deliverables | " & FORMAT ( EOMONTH ( TODAY(), -1 ), "MMMM" )

 

_________________________________________________________
If this helped, ✓ Mark as Solution | Kudos appreciated
Connect on LinkedIn | Follow on Medium
AI-assisted tools are used solely for wording support. All conclusions are independently reviewed.

View solution in original post

Praful_Potphode
Super User
Super User

Hi @IshaDahra ,

as suggested by others, creating dynamic column headers is not posssible in PowerBI.

However if your ask is to show current month then there are multiple ways to do this.

You can create a measure below for title and show that in table visual.

Dynamic Title= 
"Deliverables | " & FORMAT(EDATE(TODAY(), -1), "MMMM")
  1. Then do below steps in your Visual.
  2. Select your visual
  3. Go to Format pane → General → Title
  4. Click the fx button next to "Title text"
  5. Set Format style = Field value
  6. Select your Dynamic Title measure → OK

 

Please give kudos or mark it as solution once confirmed

Thanks and Regards,

Praful

LinkedIn

View solution in original post

6 REPLIES 6
V-yubandi-msft
Community Support
Community Support

Hi @IshaDahra ,

We haven’t received a response from your end yet. Please let us know whether the issue has been resolved or if you’re still facing any difficulties. Feel free to reach out if you need further assistance.

V-yubandi-msft
Community Support
Community Support

Hi @IshaDahra ,

If you get a chance, please review the response shared by @cengizhanarslan , @Praful_Potphode and let us know if it aligns with your expectations. Should you need any additional details or clarification, feel free to let us know.

 

Thank you for your valuable input.

 

Regards,
Yugandhar.

Praful_Potphode
Super User
Super User

Hi @IshaDahra ,

as suggested by others, creating dynamic column headers is not posssible in PowerBI.

However if your ask is to show current month then there are multiple ways to do this.

You can create a measure below for title and show that in table visual.

Dynamic Title= 
"Deliverables | " & FORMAT(EDATE(TODAY(), -1), "MMMM")
  1. Then do below steps in your Visual.
  2. Select your visual
  3. Go to Format pane → General → Title
  4. Click the fx button next to "Title text"
  5. Set Format style = Field value
  6. Select your Dynamic Title measure → OK

 

Please give kudos or mark it as solution once confirmed

Thanks and Regards,

Praful

LinkedIn

cengizhanarslan
Super User
Super User

You cannot make a native table/matrix column header fully dynamic with a DAX measure when the column is a regular field like 'Table'[Short Descr].

 

Option 1) Rename it manually in the visual

If this is just for presentation, you can rename the field in the visual, but it stays static.

 

Option 2) Use a dynamic title above the visual

This is usually the cleanest workaround.

Create a measure like:

Dynamic Header =
"Deliverables | " & FORMAT ( EOMONTH ( TODAY(), -1 ), "MMMM" )

 

_________________________________________________________
If this helped, ✓ Mark as Solution | Kudos appreciated
Connect on LinkedIn | Follow on Medium
AI-assisted tools are used solely for wording support. All conclusions are independently reviewed.
grazitti_sapna
Super User
Super User

Hi @IshaDahra,

 

It's not possible to give dynamic name to a column header, you can give table a dynamic title though using below DAX

 

Dynamic Header =
"Deliverables | " &
FORMAT(EOMONTH(TODAY(), -1), "MMMM")

 

Not add this measure to Table title

 

if you still want to show dynamic title, create a card visual and place it above the column name and hide actual column name.

 

"Deliverables | " & FORMAT(EOMONTH(TODAY(), -1), "MMMM")

 

🌟 I hope this solution helps you unlock your Power BI potential! If you found it helpful, click 'Mark as Solution' to guide others toward the answers they need.
💡 Love the effort? Drop the kudos! Your appreciation fuels community spirit and innovation.
🎖 As a proud SuperUser and Microsoft Partner, we’re here to empower your data journey and the Power BI Community at large.
🔗 Curious to explore more? [Discover here].
Let’s keep building smarter solutions together!

Hi @IshaDahra,

 

If the issue is fixed, kindly mark it as a accepted solution

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.