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 nam...
- 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.
Anonymous
7 years agoNot 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.