Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hopefully someone can help me with the following problem.
I did create a visualization (just a table) that also contains following columns
SalesOffices with Sales office country
IObOL new (incl K Group) with Country (Final ship to)
Now I would like to integrate a formula/ filter or whatsoever that filters all lines with identical countries for Sales office country and Country (Final ship to).
As an example, please see the screenshot. My idea is that only the highlighted ones should remain.
Is this possible? And how? I do not have any idea…
Solved! Go to Solution.
Use following measure:
Measure= IF(SELECTEDVALUE('Table'[Column1])=SELECTEDVALUE('Table'[Column2]),1,0)
And use this measure into visual level filter and set this measure's value 0.
Use following measure:
Measure= IF(SELECTEDVALUE('Table'[Column1])=SELECTEDVALUE('Table'[Column2]),1,0)
And use this measure into visual level filter and set this measure's value 0.
Thank you, it worked perfectly.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.