Performance issues when using ADX option with promoted tags in Microsoft FinOps Hub #1808
-
|
Hi, Tags are essential for us to get meaningful insights, but when they are used in combination with ADX, the visuals in the reports take up to one minute to load or refresh. This makes the reports practically unusable. We have tried scaling up ADX, which helps slightly, but the cost increase is substantial and still doesn't bring performance to an acceptable level. Are there any known optimizations, workarounds, or planned improvements to address this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
Hi @gmallum. Are you running your own custom reports (with your custom KQL queries) on top of the ADX cluster? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @gmallum In the Costs query, you can try setting Handle_mixed_case_tags and Trim_spaces_from_tags to FALSE:
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks! I did play around with these a while ago but saw now that the mixed_case_tags was TRUE and it did help to set it to FALSE. I have also created some reports on my own based on the semantic model from the 'Cost Summary'. I did a test and changed it to the 'Invoicing and chargeback' model, which has the same connection to ADX. And the performance was a lot better. Doesn't make any sense to me, guess I need to look into it. |
Beta Was this translation helpful? Give feedback.

Hi @gmallum
In the Costs query, you can try setting Handle_mixed_case_tags and Trim_spaces_from_tags to FALSE: