Forum Discussion
orana
5 years agoHelper I
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...
orana
5 years agoHelper I
Is there a way to do this such that i can use it as a filter on a page vs. creating a new table with just the accounts and associated revenue listed? I would like to toggle this feature on and off as i walk through the data
ryan_mayu
5 years agoSuper User
maybe can create a new column and use that column to filter data
Column = CALCULATE(COUNTROWS('Table'),ALLEXCEPT('Table','Table'[account name]))
pls see the attachment below