March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I want to run the same query again everyday and store the results in current date. Query does not take any inputs. Eg if today the query runs, the value it received should be stored against 21-Apr, tomorrow the values received against 22-Apr and so on.
How can I achieve this.
Hi @Anonymous ,
At present, I am afraid that there is no function you mentioned. Power BI is a tool for cleaning and modeling data and creating reports. It will not update or modify the underlying data unless the data is updated in the data source.
You can use the TODAY function to locate each day, but you cannot keep the result.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous ,
a measure like
calculate([measure], filter(Table, Table[Date] =today()))
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |