Forum Discussion
Anonymous
6 years agoNot applicable
Measure name change
Hello PBI Users, I am looking for help in automation of a measure name/calculation. Every month when data gets added i want the calculation to automatically add +1 month to the existing field...
Anonymous
6 years agoNot applicable
"Next day" should be dynamic and should anchor the output of the DAX i.e.
say Today's date = June 9th
Next day = today()+1 = June 10th.
June 10th should be name of the field not Next day.
Kind of circular referencing.
Any more ideas please.
Tahreem24
6 years agoSuper User
Anonymous ,
Like as I mentioned in my prevoius post:
Next Day = Today()+1
Next Day 2 = EOMONTH(Today(),1)
Try these two method in new column.
- Tahreem246 years agoSuper User
Anonymous ,
I am also attaching PBIX for your reference.
I would really appreaciate your KUDOS/THUMBS UP for your support!!!
- Anonymous6 years agoNot applicable
Appreciate all the efforts and time taken to rspond back.
However, my requirement is slightly different.
I want the output of the DAX referred in as Name of the field.
please see the image pasted below.