Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Experts,
Please help me to find days between column date and today, i tried below code in custom column function but DateDiff is not recognised code.
=Datediff(Today(),AR[DATE],Day)
Solved! Go to Solution.
Hi @Babumurugan,
In PQ would be:
You can add a custom column and below DAX formula :
DateDiff = DATEDIFF( [DATE],TODAY() , DAY)
Hi @Babumurugan,
In PQ would be:
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
12 | |
11 | |
9 | |
7 | |
6 |