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 nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi all,
I am doing below select column, but i need to fetch only non blank valuesin the selectcolumn any idea on this.
selectcolumns(filter(table,table[column] = vaule),"pol",table[number])
i want table[number] to be not null
selectcolumns(filter(table,table[column] = value && not isblank(table[number])),"pol",table[number])
| User | Count |
|---|---|
| 23 | |
| 20 | |
| 18 | |
| 16 | |
| 10 |
| User | Count |
|---|---|
| 54 | |
| 53 | |
| 40 | |
| 37 | |
| 32 |