Comments
-
No. I can see the underlying table has buckets assigned. I am not sure why the bar graph is only defaulting to the last bucket
-
Thank you. I have created 5 buckets and I am not sure why only the last bucket is showing on a bar chart. I can see more buckets in the underlying data. Any insight on this? For reference I am using a case statement to create my buckets. Something like this. CASE WHEN (SUM(min(1)) over (partition by cat1,cat2 order by…
-
Thank you both so much. GrantSmith's fix helped me.
-
Thank you for the answer I did check everything but it is still not working for me. I changed the formula to this and it is showing me a different error now. (SUM(DISTINCT Balance) FIXED (BY Client, Item)) + SUM(Received) An issue has occurred during processing. We are unable to complete the request at this time. Is there…