Forum Discussion
mmyers2
8 years agoAdvocate I
Count by Measure Group
I have a simple table with customer/SKU level sales data by week. I have two measures: Cust Avg Qty/Wkly = AVERAGEX(SUMMARIZE('Cust Usage','CUST Usage'[CUST_ID], 'CUST Usage'[PRODUCT_NUMBER]...
mmyers2
8 years agoAdvocate I
mmyers2
8 years agoAdvocate I
Anyone?
- v-jiascu-msft8 years agoMicrosoft Employee
Hi mmyers2,
You need add [CV Cust 2] as a calculated column. Then your measure [# of SKUs2] will work. You check it out in this file: https://1drv.ms/u/s!ArTqPk2pu-BkgUKnj3Uf866VcyMS.
Best Regards!
Dale
- mmyers28 years agoAdvocate I
Thank you for the reply, but a calculated column does not work as it is not dynamic.
CV Cust 2 needs to stay a measure, as it needs to recalculate as more/less customers are selected in a slicer.
- v-jiascu-msft8 years agoMicrosoft Employee
Hi mmyers2,
Measures need context while your visual doesn't have one. That's why the result is always "3. Stranger". You still can select the values of many columns in a slicer when you use a calculated column. What kind of dynamic do you expect?
Best Regards!
Dale