Forum Discussion

Anik's avatar
Anik
Helper I
5 years ago
Solved

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 sa...
  • Fowmy's avatar
    5 years ago

    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.