Forum Discussion

jeggen's avatar
jeggen
Icon for Helper II rankHelper II
4 years ago

Synthetic historic count

I am trying to figure out a way to retain a historic count of the number of items in one of my tables. Is it possible to somehow have PowerBI generate historic data on the sum of a variable over time based on udpates?

 

Example main table might be something like when the data pulls on 3/1

NameVisits
Joe2
Mary1
Jane7

 

Example main table might be something like when the data pulls on 3/31

NameVisits
Joe3
Mary5
Jane7
Frank2

 

What I'm hoping to do is generate a table that has data like the following, where the date value is the date/time of the data refresh and the total is the sum of the visits column from a data table from an external source.

DateTotal
3/110
3/3117

 

Is that possible to do?

1 Reply

  • That is not something Power BI can (or should) do.  Implement your snapshots further upstream.