Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello All
I am in need of an urgent assistance on the below
I need to get a distinct value of column B for any 2 unique text value selected through a slicer from column A
Slicer -
Product model
1
2
3
Data table
Column A ( product model )
1
1
2
2
2
3
3
Column B ( Add on product )
Add on product
A
B
A
D
C
B
D
now , when I select 1 &3 model in slicer I should be able to get the data aa below
Matching records
Product model
1 - B
3- B
Unmatched records
Product model
1-A
3-D
Please note the data for each product model changes every month that is product model may have some changes with respect to add on product being given as part new additions or removals
The data should change as per my selection in the slicer
Is this possible ? Do I have to create different tables for eavh model ?
Hi @Naveenraddi ,
Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it. Or if you are still confused about it, please provide me with more details about your table and your problem or share me with your pbix file after removing sensitive data.
Refer to:
How to provide sample data in the Power BI Forum
How to Get Your Question Answered Quickly
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Is this what you are looking for?