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?
- 8 years ago
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
v-ljerr-msft
8 years agoMicrosoft 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