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

Join 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

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

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.