Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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 @Anonymous
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.