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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors