Forum Discussion
EH_Matt
4 years agoRegular Visitor
DAX Will Not Reference Columns
Hi All, I have two tables: - Table A: contains project information such as ID, start date, end date, etc. These are all columns. - Table B: contains financial information such as Total Actuals,...
Anonymous
4 years agoNot applicable
Hi EH_Matt,
AFAIK, current power bi does not support create dynamic calculated columns based on filter effects.
Notice: data level from parent to child, the child not able effect parent level.
query table(query parameter, custom function...) -> data model table(calculate table, calculate column, RLS) -> date view table (measure, slicer, filter)
Regards,
Moonlight