This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Turn on the CROSS FILTERING between "INBOUND" and "COUNTRY" tables
Actually filtering flows from one to many side table and not vice versa.....
So when you select a region,, Inbound Table gets filtered but not the Country Table
However you can turn it on
This is how
Try this
Set the transparenncy to zero as follows
closing the bracket still doesn't helps, can you see, if you can help to rewrite this for me
Table = SELECTCOLUMNS(Inbound,"Region", DISTINCT(Inbound[DeliveryRegion]),"Country",(Inbound[DeliveryCountry]))
i tried to download your excel add in, but i don't find any link to download and can you help me to understand what does it has to do with Power BI.
If you simply want to get 2 columns,, you can use
Table =
SELECTCOLUMNS (
Inbound,
"Region", Inbound[DeliveryRegion],
"Country", Inbound[DeliveryCountry]
)If you want summarized results..you should use Summarize or SummarizeColumns
Table = SUMMARIZE ( Inbound, Inbound[DeliveryRegion], Inbound[DeliveryCountry] )
Table = SUMMARIZECOLUMNS ( Inbound[DeliveryRegion], Inbound[DeliveryCountry] )
Let me know what you are trying to achieve
You are right Excel Add-In has nothing to do with Power BI ![]()
Its just a signature promoting my product. Sorry for the confusion
thanks, but how do i download the add in, i find it intresting.
my actual challenge is below, if you could resolove this, you are my savior.
I have 2 middle table Region and Country, which i have used it as dropdown in my dashboard and the relationship is setup something like above
Now what happns is whn i go to the dashboard, and select a region from the dropdown, lets say CESA, it doesn't shows me the countries related to that particular region, rather it shows me all the countries listed
how do i fix this? or sync both region and country slicer?
Turn on the CROSS FILTERING between "INBOUND" and "COUNTRY" tables
Actually filtering flows from one to many side table and not vice versa.....
So when you select a region,, Inbound Table gets filtered but not the Country Table
However you can turn it on
This is how
Zubair, you are awesome, it resolved the issue.
any idea, why do i see dotted lines in on the pages across the border, it was post updation of power BI version.
Try this
Set the transparenncy to zero as follows
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 40 | |
| 37 | |
| 31 | |
| 23 | |
| 15 |
| User | Count |
|---|---|
| 76 | |
| 59 | |
| 31 | |
| 31 | |
| 25 |