Forum Discussion
emmanuelkamara1
6 years agoHelper I
Need help please.
I am struggling to write a Dax function that returns the outstanding balance after doing some filtration. In the dataset below, I want to get the outstanding balance after doing this filtration (curr...
- 6 years ago
I believe the DAX should be something like:
Measure = VAR __Table = ADDCOLUMNS( 'Table', "Selector",(TODAY() - [registration_date_utc]) * 1. - [upfront_days_included] ) RETURN SUMX(FILTER(__Table,[Selector] >= 30),[Outstanding_balance])
Anonymous
6 years agoNot applicable
This is not clear. Please follow this post to maximize the chances of answers:
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490