by
wrosa
• New Contributor
- 437 Views
- 1 replies
- 0 kudos
Hi @Hubert-Dudek I am getting following error: METRIC_VIEW_WINDOW_FUNCTION_NOT _SUPPORTED The metric view is not allowed to use window function (...) With the following definition:- name: Sales net Total- expr: SUM(MEASURE(`Sales net`)) OVER())Howeve...
- 437 Views
- 1 replies
- 0 kudos
Latest Reply
Hi @wrosa,
The error you are seeing (METRIC_VIEW_WINDOW_FUNCTION_NOT_SUPPORTED) is expected behavior. Metric views do not allow raw SQL window functions like SUM(...) OVER() directly in a measure's expr definition. This is by design because metric vi...
- 266 Views
- 1 replies
- 0 kudos
Hi everyone!Just wanted to jump on here to see if anyone is having issues with Connecticut not mapping on their choropleth map? We had several we were using to map # of healthcare providers in the country but just noticed that Connecticut was no long...
- 266 Views
- 1 replies
- 0 kudos
Latest Reply
Hi,
This is a known issue that stems from Connecticut's 2022 county reorganization and how the AI/BI Dashboard choropleth map resolves FIPS codes.
WHAT'S HAPPENING
In June 2022, the US Census Bureau officially replaced Connecticut's 8 traditional cou...