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.
So I have these two columns that are formatted as date / time.
When I use the datediff formule, it works for day and hour, but when I change to minute or second I get this message.
I am connecting via directquery.
Does anybody know are way i can get this information?
Solved! Go to Solution.
subtract the two values, multiply the result by 1440 or 86400
Hi @Darwell
Thanks for the reply from @lbendlin .
The error is saying that it is unable to convert a DAX query to a query against a data source. There are several possible reasons for this:
Best Regards,
Yulia Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Darwell
Thanks for the reply from @lbendlin .
The error is saying that it is unable to convert a DAX query to a query against a data source. There are several possible reasons for this:
Best Regards,
Yulia Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
subtract the two values, multiply the result by 1440 or 86400