I have a measure to calculate no of Days remaining based on Funds Utilization and I am trying to write a measure to find the Date for Days Calculated for funds Exhaustion.
Not very Clear, what role variable, which is not used. Seems like date = date which one month and one day behind , that you can get like
CALCULATE (
DATEADD(Dates[Date],[Days Until Exhaustion (PE)],DAY),
dateadd(dateadd('Date'[date],-1,DAY),-1,Month)
)
)
I have calculated "days until Exhaustion" variable and want it to be a date from today . In my Report below the Days until exhaustion = 293 I want it to reflect it as Date (today() + Days until exhaustion)
Hi @Tan
You might consider creating pbix file that will contain some sample data (remove the confidential info), upload the pbix to onedrive or dropbox and share the link to the file. Please do not forget to describe the expected results based on this sample data.
User | Count |
---|---|
212 | |
76 | |
71 | |
69 | |
53 |
User | Count |
---|---|
193 | |
96 | |
79 | |
73 | |
68 |