Forum Discussion
Ignore blank rows in Date Filter
- 6 years ago
Hi ihatesand ,
We can try to create a special calendar table as slicer to meet your requirement:
SpecialCalendarTable = UNION(ADDCOLUMNS(CALENDARAUTO(),"LinkedDate",BLANK()),ADDCOLUMNS(CALENDARAUTO(),"LinkedDate",[Date]))
If it doesn't meet your requirement, Could you please show the exact expected result based on the Tables that we have shared?
By the way, PBIX file as attached.
Best regards,
Hi ihatesand ,
We can try to create a special calendar table as slicer to meet your requirement:
SpecialCalendarTable = UNION(ADDCOLUMNS(CALENDARAUTO(),"LinkedDate",BLANK()),ADDCOLUMNS(CALENDARAUTO(),"LinkedDate",[Date]))
If it doesn't meet your requirement, Could you please show the exact expected result based on the Tables that we have shared?
By the way, PBIX file as attached.
Best regards,
Hi v-lid-msft ,
This appears to solve my issue thank you. The file you dropped helped tremendously, however Im not sure where you created the SpecialCalenderTable, it does not appear in your sources.
Thanks