Forum Discussion
bilogin
6 years agoHelper I
SUMPRODUCT Power Query to filter blanks
Afternoon, So I've added a pivot table as a data source which looks like this: Concat 1801 1802 1803 1804 1805 1806 BLANKS fn123410022 12 36 87 7 FALSE fn1324510022...
amitchandak
6 years agoSuper User
bilogin , it should unpivoted
https://radacad.com/pivot-and-unpivot-with-power-bi
Transpose : https://yodalearning.com/tutorials/power-query-helps-transposing-data/
Also, share the expected output. Not clear with excel formula
bilogin
6 years agoHelper I
amitchandak the expected output for the SUMPRODUCT formula is as in the table - if the rows are blank or less than 0 (ie no sales have taken place), the formula will return TRUE. If the value is >0, the cell will return FALSE.
Pivoting the data didn't work, I tried Sales to Period even though both are numbers, I got the following error:
Expression.Error: We cannot convert the value null to type Text.
Details:
Value=
Type=[Type]
Thanks for your help.