Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I want to create a table with values a produce every day.
Every new day i want the old values to be kept with the day the were produced and a new line should be added with the newvalues.
In the end a table will be created with values which are produced and are unique for every day.
@Anonymous , You can create such table in dax using calendar
calendar(Date(2021,01,01), Toady())
you can use addcolumns to add some logic have values
the difficult part is to archive the value of the previous day.
The value of the previous day is no longer available the current day of the report so it has to be archived
in the 13/07/2022 i will not longer know the pipeline of the 12/07/2022.
So i will have to create a table adding the last available value every day
User | Count |
---|---|
13 | |
10 | |
8 | |
7 | |
5 |
User | Count |
---|---|
24 | |
16 | |
15 | |
10 | |
7 |