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 have 2 table
Master table (name is FY23😞 Data I extracted from system and cleaned, stored as excel file
Temporary table: direct query from system, since I only do data cleaning at month end, this will serve as a temporary MTD number until then
I set a filter as = Table.SelectRows(#"Changed Type", each [Date] > Date.EndOfMonth(List.Max(FY23[Date]))) , this will help giving me the data for the latest month only and not duplicate with the cleaned data in FY23
The plan is to append these 2 tables so I have cleaned data + temp data of current month (dynamically filtered everytime I insert new cleaned data)
However I got cyclic reference error from this due to the above formula containing FY23 as well as the append action, is there any work around ?
@Anonymous , I hope this happing in FY 23 table, then use the last step table name
Table.SelectRows(#"Changed Type", each [Date] > Date.EndOfMonth(List.Max(#"Changed Type"[Date])))
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 |
---|---|
134 | |
91 | |
89 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
72 | |
68 |