Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
In my dataset, I have a table called DEALS, which contains 50+ columns. Three of the columns are called Deal Number, Rate Date and Rate Value.
I would like to create a new table which pulls Deal Number, Rate Date and Rate Value from the DEALS table, but only for rows where the Rate Date column contains Jan 31, 2020.
I tried this using the FILTER function - it created the new table with the date condition enforced, but it pulled all columns from DEALS, and I only need three.
Any advice on what function I could use? Thanks in advance!
Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Hi @Anonymous ,
You can try it using filter and selectcolumns.
https://docs.microsoft.com/en-us/dax/selectcolumns-function-dax
Ricardo
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 |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 5 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 15 | |
| 13 | |
| 13 |