Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Syndicate_Admin
Administrator
Administrator

Filter array by grouped fields.

Good morning.

I created this visualization in which its rows are Country of origin and country of destination.

diegomerino_1-1695377243585.png

As you can see if I expand for example Spain as a country of origin, the subtotals appear for each country of destination.

diegomerino_2-1695377286221.png

Now, create a filter with which to filter the countries of origin by their total, for this I created the following table:

diegomerino_3-1695377395922.png

Well, using "Volume" as a filter for that purpose works in my purpose, but the problem arises when I filter the page by dates, not having a relationship with them my filter produced by the new table does not have the expected functionality.

Could someone give me a solution? I hope I have explained myself clearly.

Thanks in advance.

4 REPLIES 4
Syndicate_Admin
Administrator
Administrator

I don't know how that works with my problem

Syndicate_Admin
Administrator
Administrator

@diegomerino Hello,
Can you try Related Dax to create a new column.

RELATED function (DAX) - DAX | Microsoft Learn


Thanks
Harish M

Syndicate_Admin
Administrator
Administrator

But having created the following table:

filtered tabla In =
CALCULATETABLE(
SUMMARIZE (
'Tabla In',
'Tabla In'[PAIS_ORIGEN],
"Volume", count('Tabla In'[Loading operation date])),
'Tabla In'[Type _base_transporte_2] = "Dedicated", 'Tabla In'[pvp_eur_km] < 10, 'Tabla In'[Customer amount] <> 0, 'Tabla In'[Supplier amount] <> 0, 'Tabla In'[Trip Type] = "International", 'Tabla In'[KM_CARGADOS] > 5)
I want to relate the new column "volume" to another table, but this function does not allow me to do it
HarishKM
Super User
Super User

Hello,
You can try USERELATIONSHIP dax. This will help you to create a virtual relationship between two table.

Kindly refer this USERELATIONSHIP function (DAX) - DAX | Microsoft Learn

 

 

Thanks
Harish M

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.