Hello,
We have a fact table with the following records :
We need to calculate the number of days since the first views (# Vues) of an content (Id Contenu) for each record.
So the result will be :
And finally, we can create the following dataviz that shows the consumption evolution :
Is there some functions to achieve that through a "Calculation" ?
Or, due to the large volume of the fact table, is it better to create a materialized view in our datawarehouse ?
Best regards.
Jean-Pierre