Forum Discussion
Calculated column based on filters.
Anonymous try adding the first date calculation in the hires table.
Is the transaction date hooked to the date table?
what is the calculation for the first date?
Is first date driven by a filter?
Hey, how do I post the Power BI File?
- Anonymous8 years agoNot applicable
Post it to dropbox or google drive and send a link here.
- Anonymous8 years agoNot applicable
Anonymous
Same FileExcel -https://drive.google.com/open?id=1rNEwU3Wz9PF2m7BtzgTjVcOd9JIjsS-_
PB File -https://drive.google.com/open?id=18zU64MwydFlv2ZlSVAA0ZTzJfwcLpTiH
- Anonymous8 years agoNot applicable
Anonymous Here are somethings I found. If you plug transaction date, date and first date in one table you will realize that first date dynamically changes based on what you prop in to 1 day prior to dec 31, 2016.
To fix this I removed -1 from first date formula
Also
1) first date & Last date need to be calculated columns.
2) I created a new related column in sheet1 related(date[first date])
Also all the dates need to be in same format either datetime or date.