I am building a simple report with the calculated field, which should populate the start balance taken from the amount field sorted by the transaction date per each account
Question - how can i keep the first value still visible if i drop the Amount field from the table?
(got an error: “Table calculation attribute referrence is missing in the field wells”
Thanks, that sounds like a workaround (it works)
But why do i need to hide the column in order to have the calculation happening?
From what i understand, the function takes the first sorted amount based on the date sorting and groups the calculation on the account field. Why does it fail if the “Balance amount” field is not added to the grouped dimensions?
Aggregate functions for calculated fields in QuickSight including the firstValue. These are only available during analysis and visualization. Each of these functions returns values grouped by the chosen dimension or dimensions. For each aggregation, there is also a conditional aggregation.
Please refer to the below documentation this might be helpful for you.
Many thanks for clarification.
And the last question in this topic - is there a way to apply a formula filter on which date range the firstvalue function earch the value?
for example, i want to to go through the date range where the Field_1=1?
Thanks