Forum Discussion
Anonymous
6 years agoNot applicable
Sales Filtering by a Measure
Hello Everyone, Firstable, thank you in advance for help. I will to be the more clear as I can. Here the context. I need to calculate the sales per group of stores which are rattached to a warehou...
lc_finance
6 years agoSolution Sage
Hi Anonymous ,
can you share a sample Power BI file via DropBox, One Drive, Drive or another similar tool?
That will make it easier to help you.
Regards,
LC
Anonymous
6 years agoNot applicable
- lc_finance6 years agoSolution Sage
Hi Anonymous ,
I checked it. When I use the column BU from the Sales table instead of the Order table, the matrix works well.
I see that the formula for the BU name is :
BU Name order = CONCATENATEX( VALUES('Order'[BU]),'Order'[BU],", ")If you want to use it to split sales (and not orders) by BU, why not changing it to:
BU Name sales = CONCATENATEX( VALUES('Sales'[BU]),'Sales'[BU],", ")Let me know if it works,
LC