Forum Discussion
Anik
5 years agoHelper I
DAX filter for single column
Hello, I was trying to write a dax measure to filter the sales following the country. Here I used a slicer. There are two columns involved,
1. Customer [Country region]
2. factsales [total sales]
I tried SUM, SUMX, CALCULATE to write a dax filter but nothing is working. Could you please help me?
Anik
I believe [total sales] is a measure, if not create a measure Total Sales = SUM( factsales [Sales column name] ) and use it, make sure you have an active relationship between your Customer Table and the FactSales table.
Provide more details if this doesn't solve your problem.