Forum Discussion

hassanh2's avatar
hassanh2
Helper I
2 years ago
Solved

Date Slicer selected value

Hello, I have a table where i need to update a flag in a specific column based on "selected value" from a date slicer. I have the following measure, it works only when I hardcode the date as Date(YY...
  • Anonymous's avatar
    Anonymous
    2 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