Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register 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 |
|---|---|
| 52 | |
| 35 | |
| 22 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 57 | |
| 39 | |
| 21 | |
| 21 |