Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I have 4 different tables in power query and each table has its own 'Year', 'Month', 'Week' & 'Date' columns. What can I do such that I can filter all 4 tables using the filters below?
@Anonymous , Create a common date table with year, month week etc and join that with all for tables to filter
Power BI- Power Query: When I asked you to create common tables: https://youtu.be/PqfGW6pl1Sw
Power BI- DAX: When I asked you to create common tables: https://youtu.be/a2CrqCA9geM
https://medium.com/@amitchandak/power-bi-when-i-asked-you-to-create-common-tables-a-quick-dax-solution-8e3eccb41bda
Date Table in Power Query
https://medium.com/@amitchandak/cheat-sheet-power-query-financial-year-calendar-5ceaacb520f1
Thanks for your help. But right now the table consist of dates for the whole year 2023. However, is there anyway I can limit the 4 filters to display YEAR, MONTH, WEEK & DATE only till TODAY()?
The issue is YEAR, MONTH, WEEK & DATE fields are all related to each other. E.g. When I select "April" for MONTH, it should only show '13,14,15,16' for WEEK, etc.