Forum Discussion
How create new table from another table with dax and filter? (like ALL)
Hello!
I have two tables.
Table1 and Table2
Table1 have filter by column Date.
I want create new table with dax (like ALL) ,which will have the same columns and rows from Table1, but where Date is less than selected in filter.
How can this be done? Thanks in advance
6 Replies
- mwegener
Most Valuable Professional
Hi aignn ,
making a copy of a table is easy.
Table2 = Table1https://docs.microsoft.com/en-us/power-bi/desktop-calculated-tables
But calculated tables are calculated during the data load.
Slicers only work in the evaluation context.
If I answered your question, please mark my post as solution, this will also help others.
Please give Kudos for support.
- aignn
Helper II
Hi! mwegener
Thank you for your reply.
My example - https://yadi.sk/d/WOB5pcfXT3yT-A
I want get data for chart where Date < selected in slicer Date
what i have:
what i need: