Reply
avatar user
Anonymous
Not applicable

Change column name to today's year

I have a list of projects with revenues which our users have entered. On this list, they've separated out the revenues into period 1, period 2, period 3 and period 4. Each period represents the year in which the revenue would be landed. Period 1 = Current year. Period 2 = next year...etc.etc.

Does any one know how to dynamically change the period column headers to reflect the year they represent?

I tried to rename the column like such but with no success.

YearChange.PNGYearChange Periods.PNG

4 REPLIES 4
v-yuta-msft
Community Support
Community Support

Hi martinmcmillz,

 

Maybe I have understand your requirement. You mean in your table columns like "Period XXX" are quite many, but you want to create some aggregations using these column without inputing these column names, right? I would recommend you to use "Unpivot Columns" to achieve your requreiment. If my understanding is not corrent, please clarify more details about your requriement and expected result.

 

Regards,

Jimmy Tao

avatar user
Anonymous
Not applicable

Have you tried creating measures?

 

A measure for each period and it would dinamically display values for each project assuming you have valid relations.

avatar user
Anonymous
Not applicable

Hi Thanks for your quick response.

I haven't. But I'm not entirely sure this will resolve my problem. I can calculated values in each of the years, but if I used measures I'd have to change something in the measure name to make it dynamic to the current year...current year + 1yr...etc.

 

New measure:

YEAR(TODAY()) = SUM('CRM Data'[Period 1 Revenue])

 

As I understand DAX, I can't have a dynamic name. Instead I was thinking of dynamically renaming the column.

avatar user
Anonymous
Not applicable

Sorry but you can't dinamically change the column name.

 

Could you please send a print of the tables (with just a few entries) and the relation diagram?

avatar user

Helpful resources

Announcements
March PBI video - carousel

Power BI Monthly Update - March 2025

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

March2025 Carousel

Fabric Community Update - March 2025

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

Top Solution Authors (Last Month)
Top Kudoed Authors (Last Month)