Skip to content

QuickSight Dashboards

Christian Gimber edited this page Jun 2, 2022 · 15 revisions
  • Intro to QuickSight
  • QuickSight
image

Formula used for calculated field with normalized score (gb_score etc.)

(sum(gigabytes) - minOver(sum(gigabytes), [date])) /
(maxOver(sum(gigabytes), [date]) - minOver(sum(gigabytes), [date]))

Clone this wiki locally