Forum Discussion
Anonymous
4 years agoNot applicable
Multiple Return rows in SUMX
Hi All, I am trying to write a DSO Countback DAX measure. My data table looks like below -- My requirement is to calculate the DSO values dynamically on the Country and Customer level using the...
v-yalanwu-msft
Community Support
4 years agoHi, Anonymous ;
I'm sorry that I couldn't determine the cause of the [SummaryAR] and [SummarySL] formula based on the information you gave me. The formula was not clear, so the test didn't go well. Second, can you share the results you want to export? Or provide a simple sample after removing sensitive information?
Try it?
Measure = SUMX(FILTER(ALL('DSO_AR_SALES'),[Country]=MAX('DSO_AR_SALES'[Country])&&[Customer]=MAX('DSO_AR_SALES'[Customer])),[DsO(CB)])
The final output is shown below:
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.