Forum Discussion
Date Slicer selected value
- Anonymous2 years ago
Hi hassanh2,
Did this field you meanitons is a calculated column? If that is the case, I think you can't use calculated column to achieve this requirement.
AFAIK, current power bi does not support to create dynamic column/table based on filter effect. They do not work on the same level and the child not able to affect the parent level.Notice: the data level of power bi(from parent to child level)
Database(external) -> query table(query, custom function, query parameters) -> data model table(table, calculate column/table) -> data view with virtual tables(measure, visual, filter, slicer)
Regards,
Xiaoxin Sheng
hassanh2 , I think the measure in the comment should work.
Test on a new page with not filter and no slicer and then test with date slicer. I think some other filter is making value blank
below should also work
CALCULATE(MAX('Calendar'[Date]),ALLSELECTED())