Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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])
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.