Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello, I want to use the Data from one table (Table1) if the Date is equal to Today or in the future and use Data from another table (Table2) if the Date is less than Today date.
Please help - Thanks
Solved! Go to Solution.
Hi @Anonymous ,
If the data is from a SQL database, you can send a SQL query. The general solution could be filtering them in the Query Editor.
Please refer to the snapshot below.
= Table.SelectRows(#"Changed Type", each [Column1] >= Date.From(DateTime.LocalNow()))
Best Regards,
Hi @Anonymous ,
If the data is from a SQL database, you can send a SQL query. The general solution could be filtering them in the Query Editor.
Please refer to the snapshot below.
= Table.SelectRows(#"Changed Type", each [Column1] >= Date.From(DateTime.LocalNow()))
Best Regards,
Hi,
In fact my data are coming from 2 differents .csv files one for Table1 and the 2nd for Table2
Should I use the same filtering principle.
Please, I would need a little more detail as I am quite new in Power BI world
Thanks !!
Hi @Anonymous ,
Yes, you only need to apply these steps once. You will always get the desired data when you refresh the report.
Can you see the image in my last post, which contains details?
Best Regards,
Yes - I can see the image
Many Thanks you for your help!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 50 | |
| 43 |