Questions tagged [atoti]

atoti is a free Python Business Intelligence (BI) analytics platform for Quants, Data Analysts, Data Scientists & Business Users to collaborate better, analyze faster and translate their data into business Key Performance Indicators (KPIs)

Official Website

18 questions
0
votes
1 answer

How to build a simple moving average measure

I want to build a measure to get the simple moving average for each day. I have a cube with a single table containing stock market information. Schema The expected result is that for each date, this measure shows the closing price average of the X…
Alex
  • 1
0
votes
1 answer

Connecting Atoti to Oracle database

I want to make a connection to an Oracle database and I have found the following method in the docs: https://docs.atoti.io/latest/lib/atoti.store.html?highlight=jdbc#atoti.store.Store.load_sql I call this method with something like this:…
Alex
  • 1
0
votes
1 answer

How to hide sub-total and total rows in the pivot table of Atoti visualization?

I would like to hide the sub-total and total row from pivot table. Is that possible? How?
1
2