Forum Discussion

orana's avatar
orana
Helper I
5 years ago
Solved

Graphing data on chart

Hello,   I'm looking to create a chart, where the x-axis has account names and y-axis has reveune. I want to create a filter such that the graph only show data pretaining accounts that have both co...
  • ryan_mayu's avatar
    ryan_mayu
    5 years ago

    orana 

    pls try this

    Column = if(CALCULATE(DISTINCTCOUNT('Table (2)'[company]),ALLEXCEPT('Table (2)','Table (2)'[account name]))>1,"True",BLANK())