Forum Discussion
brianspo
8 years agoNew Member
FLOOR() Function Error in DAX
I'm noticing that the FLOOR() function in a calculated column appears as if the function isn't defined. If I use CEILING() I'm given autocompletion prompts, but FLOOR() displays as if it isn't defin...
- Anonymous8 years ago
HI brianspo,
Have you test with directquery mode? If this is a case, they are lots of functions not allow to use in direct query mode, please consider to use measure to instead.
Regards,
Xiaoxin Sheng
Anonymous
8 years agoNot applicable
HI brianspo,
Have you test with directquery mode? If this is a case, they are lots of functions not allow to use in direct query mode, please consider to use measure to instead.
Regards,
Xiaoxin Sheng
brianspo
8 years agoNew Member
That was it! I imported the same data directly to my model and the function was available.