Forum Discussion
Anonymous
6 years agoNot applicable
I need help to Create Water flow chart
I need some help regarding Water flow chart i have 5 measures , how to use water flow chart now i have Chart 1(Clusterd Column Chart) but i expect the result chart 2 (water flow Chart) ...
amitchandak
Super User
6 years agoAnonymous
Try like
Column = SWITCH(FIRSTNONBLANK('Table'[Measure],'Table'[Measure]),"Plan",CALCULATE(SUM('MYCCT-Main'[Plan-YTD]),FILTER('MYCCT-Main','MYCCT-Main'[kpi]="NIBIAT")))
Anonymous
6 years agoNot applicable
amitchandak it's working now but i need month , year filter this table how to do it, my previous table have a month , year column but here there's no month year column how to use this
Previous Chart