You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm having an issue with the drill-down support. I have created an Hierarchy as described in the documentation and I'm using some measures. Specifically the measures check which level is filtered and some the desired value. In a default bar chart it works as expected.
The issue comes in my custom implementation which changes the labels only the first measure data and not for the rest. The field setup can be shown below:
I cannot find anything on the documentation or in Google. Any ideas? Is it a bug? Or it's my code?
The text was updated successfully, but these errors were encountered:
I was grouping using the category data. After a drill down the dataView automatically adds a new category so I had to update the labels using the category[1].values.
Hello,
I'm having an issue with the drill-down support. I have created an Hierarchy as described in the documentation and I'm using some measures. Specifically the measures check which level is filtered and some the desired value. In a default bar chart it works as expected.
The issue comes in my custom implementation which changes the labels only the first measure data and not for the rest. The field setup can be shown below:
I cannot find anything on the documentation or in Google. Any ideas? Is it a bug? Or it's my code?
The text was updated successfully, but these errors were encountered: