Forum Discussion
Anonymous
8 years agoNot applicable
Ignore/remove blanks from this calculated table
Hi,
This have came up in some post I saw, but the ignore funciton didn't work for me.
Any idea how to elimante blanks from below?
Hi Anonymous,
If I understand you correctly, the formula below should work in your scenario. :smileyhappy:
test = FILTER ( ADDCOLUMNS ( SUMMARIZECOLUMNS ( 'Committment Table'[Week] ), "Total Commitment", 'Committment Table'[commitment % companies] ), [Week] <> BLANK () )Regards
1 Reply
- v-ljerr-msftMicrosoft Employee
Hi Anonymous,
If I understand you correctly, the formula below should work in your scenario. :smileyhappy:
test = FILTER ( ADDCOLUMNS ( SUMMARIZECOLUMNS ( 'Committment Table'[Week] ), "Total Commitment", 'Committment Table'[commitment % companies] ), [Week] <> BLANK () )Regards