I have a dataset with each row assigned to a client (1,2,3).
I would like to create a calculated parameters that count the number of rows present in the dataset.
However I would like that this values changes if I decide for example to filter out the client 3 then it has to consider onlt the total of client 1 and 2…
I would then use this value in another calculation that also has to change since the value itself changed…
You can then use the FilteredRowCount calculated field in another calculated field, taking note of the limitations that apply to Level-aware calculations, as documented here.
Let me know if this provides a solution, if so please mark my reply as “Solution” to help the community.