Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Going round in circles trying to create a measure that subtracts a static date from today's date (dynamic) to give a running count of elapsed days. I would have thought this very simple, but too complex for me!
It seems
ElapsedDays = DATEDIFF((DATE(2020,02,15)),TODAY(), DAY)
and
ElapsedDays = TODAY()-DATE(2020,02,15)
don't work
Solved! Go to Solution.
@CJDK , This formula seems correct
ElapsedDays = DATEDIFF(DATE(2020,02,15),TODAY(), DAY)
what is the problem you are facing on this, When I checked it gives a number 478 , which seem fine
Thanks Amitchandak - exactly what I needed 👍
@CJDK , This formula seems correct
ElapsedDays = DATEDIFF(DATE(2020,02,15),TODAY(), DAY)
what is the problem you are facing on this, When I checked it gives a number 478 , which seem fine
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!