Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
87 | |
81 | |
53 | |
38 | |
35 |