I’m trying to create two separate calculated fields that have include a a dynamic input for that changes based on the transaction month. Is this possible? Here are the details:
1. Revenue per Business Day:
Field Definitions
Revenue is a calculated field, aggregated based on the claim ID
Business Day represents number of business days in the month, which is different for every month, as noted below.
Ultimate goal
To present a bar-chart that shows Revenue per Day, which is calculated as "Total Revenue for a month / # of business days in that month)
Calculated field: Estimated Revenue (a calculated field that aggregates revenue at the claim level. if the claim is paid, we pull the NET REVENUE field. If the claim is UNPAID, we want to pull a dynamic value based on month, per the below)
Ultimate goal
Present various visuals that include Estimated Revenue with the dynamic input, so I can forecast revenue at $100/claim in JAnuary and $200/claim in February, as an example.
Thanks @Ramon_Lopez - do you have any specific advice on how to build this?
For the first request: I created a field for “Business Days” as noted above, and then created a second calculated field that took Net Revenue x Business Days, but I am getting an aggregation error.
Let’s focus on the 2nd request, Average Revenue per Claim.
Ultimate goal
Present various visuals that include Estimated Revenue with the dynamic input, so I can forecast revenue at $100/claim in JAnuary and $200/claim in February, as an example.
I tried to create a calculated field that included the revenue estimate per month, and then use that to multiple # of visits in that month by the value. it is not working and I’m getting aggregation errors.
do you have any sepcific advice on how to build these analyses?
Revenue 1. Estimated Revenue (New + Est) (1111/929)
Est Revenue (New) ($1111) + Est Revenue (Established) ($929)
Est Revenue (New) ($1111
sumif(NETREVENUE,{VISIT_PYMT_STATUS}=“Paid” AND {NEW_OR_EST} = “NEW”)+(sumIf(NUMBEROFCHARGES,{NEW_OR_EST}=“NEW” AND (NOT({VISIT_PYMT_STATUS}=“Paid” OR {VISIT_PYMT_STATUS}=“Write-off” OR {VISIT_PYMT_STATUS}=“No Visit” OR {VISIT_PYMT_STATUS}=“Corporate Billing”)))*1111)
Est Revenue (Established) ($929)
sumif(NETREVENUE,{VISIT_PYMT_STATUS}=“Paid” AND {NEW_OR_EST} = “Est”)+(sumIf(NUMBEROFCHARGES,{NEW_OR_EST}=“Est” AND (NOT({VISIT_PYMT_STATUS}=“Paid” OR {VISIT_PYMT_STATUS}=“Write-off” OR {VISIT_PYMT_STATUS}=“No Visit” OR {VISIT_PYMT_STATUS}=“Corporate Billing”)))*929)
Hi @quicksight44,
It’s been awhile since we last heard from you, did you have any additional questions or were you able to find a work around for your case?
If we do not hear back within the next 3 business days, I’ll close out this topic.
Hi @quicksight44,
Since we have not heard back, I’ll go ahead and close out this topic. However, if you have any additional questions, feel free to create a new post in the community and link this discussion for relevant information.