Forum Discussion
Anonymous
6 years agoNot applicable
shorted waterfall chart
Hello all Apologies if this is a repost, keep receiving an error message when I try to post my message. I am looking to create a visual, preferably a waterfall, where I only want to see categories ...
- 6 years ago
Hi Anonymous ,
Create a calculated column as below:
Column = IF('Table'[Value]>1000||'Table'[Value]<-1000,'Table'[Column2],"other")Then put the column and value in a waterfall chart, and you will see:
For the related .pbix file,pls click here.
Best Regards,
KellyDid I answer your question? Mark my post as a solution!
v-kelly-msft
6 years agoCommunity Support
Hi Anonymous ,
Create a calculated column as below:
Column = IF('Table'[Value]>1000||'Table'[Value]<-1000,'Table'[Column2],"other")
Then put the column and value in a waterfall chart, and you will see:
For the related .pbix file,pls click here.
Best Regards,
Kelly
Kelly
Did I answer your question? Mark my post as a solution!
Anonymous
6 years agoNot applicable