Forum Discussion
Anno2019
Helper IV
6 years agohow to use Calculate function in combination with values function
Hi Guru's I use the following formula which returns the "Total Pieces if Trend = "WON". I need to add Value function so that it only looks in "Customer Name". Not sure how to do this. Total Pi...
- 6 years ago
Hi Anno2019
Use SUMMARIZE('MainTable', 'MainTable'[Customer Name]) will create a new table with just the customers in. You can then add separate calculated columns to replace the measures you have. If you need to you can add aggregations in the SUMMARIZE. It will make that statement more complicated to follow. I like breaking things out into separate calculated columns so you can test each individual DAX statement.
See how you get on, if you get stuck let us know
Thanks, Brian
bpsearle
Resolver II
6 years agoHey,
I can't quite follow what you mean.
Can you provide a mock up of what you want to see (screen shot of an excel representation or something similar) and a screen shot of the table with [Trend] and [customer name].
Thanks, Brian