Forum Discussion
EvanBeiser
10 years agoFrequent Visitor
DAX : Filtering for multiple accounts
Hello all, I am having some trouble with DAX when I attempt to filter for multiple accounts. Currently what I am using is, Direct Labor = SUMX(FILTER('ACCOUNT_BALANCE',' ACCOUNT_BALANCE'[ACCO...
jeffreykeryk
10 years agoHelper I
I believe I have the same problem. I used DAX to replicate the Excel LINEST() slope function. Average Sals Bookings data is broken down by Tenure and Region. Tenure is the X-Axis (known); Average Bookings is the Y-Axis (variable). The DAX works fine, except it returns the slope value for all data, regardless of Slicer (by Region).
In the past, DAX measures work perfectly.