Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I am trying to get the date values with some IF statement from the Date Slicer, but I can't get the correct info:
New Columns created:
And the wrong result:
I need to have the dates of start and end from the selected date in the slicer.
Anyone could help me.
Many thanks.
Oscar
Solved! Go to Solution.
HI @oscaag,
Current power bi does not support creating dynamic calculated column/table based on filter selections. They work on different levels and you can't use child to affect its parent. For this sceniaro, I'd like to suggest you use measure expression instaed.
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
HI @oscaag,
Current power bi does not support creating dynamic calculated column/table based on filter selections. They work on different levels and you can't use child to affect its parent. For this sceniaro, I'd like to suggest you use measure expression instaed.
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
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
7 | |
7 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |