Forum Discussion
bsas
Post Patron
8 years agoUsing HASONEVALUE and ISFILTERED in Union for table
Hi All,
I have 2 tables and slicer by weeks, I need to have one table with all values from 1 (slicer has no impact on values) and anly filtered values from 2 (based on slicer). Can I do something like this in power BI?
Could I use something like: IF(ISFILTERED (weeks) && HASONEVALUE(weeks)) when using UNION?
2 Replies
- AnonymousNot applicable
Hi bsas,
Power bi not support to use slicer to create dynamic table/column.
Calculated Column/Table Change Dynamically According to Slicer Selection in the Report.
Regards,
Xiaoxin Sheng
- bsas
Post Patron
Thanks Anonymous
I go with measures...but just want to know if there is such possibility.