Forum Discussion
RobertM
9 years agoFrequent Visitor
Hyperlink
Hi all, I'm nearly new to PBI and normaly I'm working with QlikView (worlds between the 2 tools). Since 2 days I have read solutions in the net, but nothing works :-( So I ask the community. ...
- Anonymous9 years ago
RobertM,
Check if the following DAX return your expected result. If not, please post your desired result.
FirstDate = CALCULATE(MIN('calendar'[ReportDate]),ALLEXCEPT('calendar','calendar'[PeriodType]))
LastDate = CALCULATE(MAX('calendar'[ReportDate]),ALLEXCEPT('calendar','calendar'[PeriodType]))
Regards,
Anonymous
9 years agoNot applicable
RobertM,
Check if the following DAX return your expected result. If not, please post your desired result.
FirstDate = CALCULATE(MIN('calendar'[ReportDate]),ALLEXCEPT('calendar','calendar'[PeriodType]))
LastDate = CALCULATE(MAX('calendar'[ReportDate]),ALLEXCEPT('calendar','calendar'[PeriodType]))
Regards,
RobertM
9 years agoFrequent Visitor
Hi,
this works perfect!
Why must we make such tricks?
Thank you so much.
Regards
Robert