Forum Discussion
Comparison page layout
- Anonymous2 years ago
Hi tiagopardo ,
I'm not sure if I'm understanding you correctly.
Here is my sample dataset:I create table(2) and table(3) to create two slicers:
No relationship exists between the three tables:
Use this DAX to create a measure:
Measure = IF( SELECTEDVALUE('Table'[Company]) = SELECTEDVALUE('Table (2)'[Company]) || SELECTEDVALUE('Table'[Company]) = SELECTEDVALUE('Table (3)'[Company]), 1, 0 )Suppose I want to compare firm a and firm b:
I'm not quite sure why you're talking about the phrase "because the original may only get one company at a time". Because both Filter and Slicer support multi-selection.
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi tiagopardo
Please share more details with appropriate screenshot
Please show the expected outcome based on the sample data you provided. Find how to provide sample data
https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
How to get answered quickly
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523