The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.
User | Count |
---|---|
83 | |
83 | |
37 | |
34 | |
32 |
User | Count |
---|---|
92 | |
79 | |
62 | |
53 | |
51 |