Forum Discussion
Anonymous
6 years agoNot applicable
NULL Value in DAX statement
Hi, I would like to add null values to the results_table below. Could anyone please advise me how to do that? Results_Table = SELECTCOLUMNS( GENERATE( 'Table1'; FILTER( 'Table2'; 'Table1'...
- 6 years ago
amitchandak
6 years agoSuper User
Are you looking for countblank
https://docs.microsoft.com/en-us/dax/countblank-function-dax
- Anonymous6 years agoNot applicable
Hi,
I don't think so. For example, there will be a seminar name [Seminar Name] from table 1 with no value for opportunity from table 2, "OpportunityName";Table2[name]. I would like to see these rows where OpportunityName has blank values but presently I don't.
Thanks
- v-chuncz-msft6 years agoCommunity Support