Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi all
How can I skip empty values from a new table I am creating like this?
These values come from a table called query, can the empty values be skipped from my table called "date table" without having to modify the query table?
Thanks.
Solved! Go to Solution.
@o59393 , Try like
summarize(filter(Table,not(isblank(Table[Hire Date]))),Table[Hire Date])
I doubt you need a distinct on top of it. But you can use if needed
@o59393 , Try like
summarize(filter(Table,not(isblank(Table[Hire Date]))),Table[Hire Date])
I doubt you need a distinct on top of it. But you can use if needed
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 29 | |
| 23 | |
| 18 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 51 | |
| 44 | |
| 43 | |
| 39 | |
| 32 |