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
batmanforever
Regular Visitor

Getting Field Parameter Filter

Hi,

 

I have created field parameter based on Region.

While display the field parameter Region from the slicer, my heatmap show Greater China, Europe and USA.

Is there any DAX able to capture the heatmap info while user click on it?

For Example user clicked on USA only from heatmap and I would like to show USA.

 

Groupby_selection = {
    ("Region", NAMEOF('fact_table'[region]), 0),
    ("Country", NAMEOF('fact_table'[country]), 1),
    ("Division", NAMEOF('fact_table'[division]), 3)

 

I am using this DAX to capture the heatmap filter
CONCATENATEX(VALUES( Groupby_selection[Parameter Fields]),Groupby_selection[Parameter Fields],",")
however it shows me 
'fact_table'[region] instead of USA.
 
Please help
2 REPLIES 2
Anonymous
Not applicable

Hi @batmanforever ,

 

As @lbendlin  said, it's currently unavailable. 

It is recommended that you try to unpivot columns in Power Query, and turn the three region columns into one column as attributes.

Unpivot columns - Power Query | Microsoft Learn

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.           

lbendlin
Super User
Super User

not currently possible. If this is important to you please consider voting for an existing idea or raising a new one at https://ideas.fabric.microsoft.com/?forum=2d80fd4a-16cb-4189-896b-e0dac5e08b41

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.