Forum Discussion
Category Segmentation (Range Buckets) using direct query
- 8 years ago
Hi anil,
This is DAX Formula Compatibility limitation. When using DirectQuery mode, aggregation functions like COUNT, SUM, etc are supported in measure only. For more details, please see: DAX Formula Compatibility in DirectQuery Mode. You can switch the table from direct query to import to work around.
Regards,
Frank
Hi anil,
This is DAX Formula Compatibility limitation. When using DirectQuery mode, aggregation functions like COUNT, SUM, etc are supported in measure only. For more details, please see: DAX Formula Compatibility in DirectQuery Mode. You can switch the table from direct query to import to work around.
Regards,
Frank
Hi v-frfei-msft
Thanks for the reply. But we wanted to create the reports using direct query mode. As the data set, we are working is very huge with constant updates. As power bi import mode data limit is 10 GB only we didn't want to go with import mode.
- v-frfei-msft8 years ago
Community Support
Hi anil,
Maybe you can use composite models to make the Storage Model to be Mixed. For more details, please check the online document.
Regards,
Frank