Forum Discussion
Need help please.
- 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])
emmanuelkamara1 - So was my DAX formula correct because:
"Before including an account in my PAR calculation, I need to make sure that the current date minus the registration date minus the upfront days is grater than or equal to 30."
Unless I'm mistaken, that's what the DAX was doing.
Perhaps we need to backup. Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2.
Thanks for your time Greg_Deckler , see below the output that I got.