Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
10 | |
10 | |
9 | |
6 |