Forum Discussion
BradRose
7 years agoHelper I
How to Create a Dynamic Measure name in Power BI
Good Morning:
Is it possible to have a measure name dynamic? Instead of hard coding the Measue Name "2019 Sales" and then next year having to update the Measure name I would like the Measure name to be Dynamic based on DAX Code.
Thanks
Brad
- Anonymous7 years ago
Currently I don't think so. You could, however, modify your DAX measures to get the current year value, instead of hardcoding 2019; or create a year parameter table, and use its value for your measures.
1 Reply
- AnonymousNot applicable
Currently I don't think so. You could, however, modify your DAX measures to get the current year value, instead of hardcoding 2019; or create a year parameter table, and use its value for your measures.