Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Trying to create a column that shows how many days since something was effective. I have a data tabe that gives me
Agency Name | Client Name | Effecitve Date |
Test | Jane Doe | 12/23/2024 |
I created a Date Table. But can't seem to get the formula to work to show how many days since the Effecitve Date.
Solved! Go to Solution.
@inglexjc
Add this as a Calculated Column to the above table:
Days Since Effective Date =
INT ( TODAY () - [Effecitve Date] + 1 )
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@inglexjc
Add this as a Calculated Column to the above table:
Days Since Effective Date =
INT ( TODAY () - [Effecitve Date] + 1 )
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.