Forum Discussion
inglexjc
3 years agoPost Patron
Date count
I have a date in a table that I want to know how many days since that date. I've tried Days Open = CALCULATE(COUNT('TR_FSP_5A'[Open Date]),'TR_FSP_5A'[Open Date] > DATE(TODAY())). Example Date...
- 3 years ago
Hi,
create a new calculated column with:
Column = DATEDIFF('Table'[Open Date],TODAY(),DAY)If I answered your question, please mark my post as solution, Appreciate your Kudos ๐
DOLEARY85
3 years agoResident Rockstar
Hi,
create a new calculated column with:
Column = DATEDIFF('Table'[Open Date],TODAY(),DAY)
If I answered your question, please mark my post as solution, Appreciate your Kudos ๐