Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
If got a column that I'm trying to calculate the number of minutes between to date/time fields. I've currently got
Solved! Go to Solution.
Make sure that both input columns are in datatime format.
Then try to remove the .[Day] part:
Time To Access = DATEDIFF('UniqueUsers'[First Access Time],'UniqueUsers'[Send Date],MINUTE)
Make sure that both input columns are in datatime format.
Then try to remove the .[Day] part:
Time To Access = DATEDIFF('UniqueUsers'[First Access Time],'UniqueUsers'[Send Date],MINUTE)
That was it....just ahd to remove the .DAY Thanks! It's the little things.....
User | Count |
---|---|
98 | |
76 | |
76 | |
48 | |
26 |