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
ovonel
Post Prodigy
Post Prodigy

Display the actual number of current and next week as columns? (dynamic column name)

I have 2 measures working fine, where I display some data for this week and next week…

 

 

 

Measures this week and next week:

 

 

var WW = calculate(min('DimDate'[WeekYearWeekNumber]),

                      filter('DimDate',  'DimDate'[Date] = today() )

                       )

RETURN

CALCULATE([measure],  'DimDate'[WeekYearWeekNumber]=Nextw)

 

 

 

 

 

 

var WW = calculate(min('DimDate'[WeekYearWeekNumber]),

                      filter('DimDate',  'DimDate'[Date] = today()+7 )

                       )

RETURN

CALCULATE([measure], 'DimDate'[WeekYearWeekNumber]=Nextw)

 

 

 

 

I am displaying the above; as 2 columns in a table fine… But of course the name of the measures are static… I would like to display the actual number of current week and next week, how can I achieve dynamic column names?

1 REPLY 1
v-yiruan-msft
Community Support
Community Support

Hi @ovonel ,

Could you please provide some raw data in your tables (exclude sensitive data) with Text format, the formula of [measure] and your expected result with backend logic and special examples? It would be helpful to find out the solution. You can refer the following links to share the required info:

How to provide sample data in the Power BI Forum

 

And It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.

How to upload PBI in Community

Best Regards

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.