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) ...
Anonymous
6 years agoNot applicable
amitchandak i have created another one table then i can use the Measure in this new table but it's showing error
Column = SWITCH(FIRSTNONBLANK('Table'[Measure],'Table'[Measure]),"Plan",CALCULATE(SUM('MYCCT-Main'[Plan-YTD]),FILTER('MYCCT-Main','MYCCT-Main'[kpi]=="NIBIAT"),0))
Can you Please help me?
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")))
- Anonymous6 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