Forum Discussion
sirbaklava
2 years agoRegular Visitor
Comparing Data Across Two Filters in Power BI
Hello Power BI Community, I'm working on a project where I need to compare data across two different filters at a time. My dataset includes two key columns: Site and Item Name. The goal is to cre...
- 2 years ago
How about this table?
I also set the filter.
When using the 'SELECTEDVALUE' function, I think the data column you set for the slicer should be different from the base data column.
sirbaklava
2 years agoRegular Visitor
Thank you, Mickey! I ended up being able to solve this by creating 2 identical tables reading off of eachother. Thanks again!