Create a visual for a calculated field derived using sumover

I have created a calculated field, say “derivedAttribute” in Table using the below code:

(sumOver(sum(hascashCollected),
[stage,profile]

))/(

sumOver(
count(cases),
[stage,profile]
))

Now, I want to create a visual for the newly derived attribute indicating the vale per stage and per category. Is it possible to create a visual for such table calculations?

Thanks in advance.

Hi,

Thank you for reaching out. Can you describe what you tried in terms of attempting to create a visual after you created this calculated field? Is there a specific visualization type you would like to use to display this data?

Sean

Hi @Dhvani. We have not heard back from you regarding your question. We would still like to help. If this is no longer relevant after seven days, we will archive this question.