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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
arimoldi
Resolver II
Resolver II

Tooltip visual ignoring page slicer

Hi,

 

I have a page with a slicer based on quarters and I want to add a tooltip on a table in this page to show a trend over quarters, but if I use the date field on X axis it shows just the filtered date.

 

I tried to create a measure to have the list of quarters ingoring the slicer:

 

date trend = CALCULATE(DISTINCT(Tab[quarter]),ALL(Tab[quarter]))
 
but when I use it in the visual on X axis I get this error:
 
arimoldi_0-1711452043009.png

 

Any suggestion?

 

Thanks,

Andrea

1 REPLY 1
Anonymous
Not applicable

Hi @arimoldi 

 

It appears that you are trying to create a measure that will display all quarters on the X-axis of the visual object regardless of the slicer selection.


The error encountered in the screenshot may be due to the fact that the visual object does not accept the measure as a valid field for the x-axis, and you may need to put columns in the x-axis instead of the measure.

 

To achieve the desired result, try creating a new table containing a list of all quarters and use this new table as the axis for the visual object. This way, the visual object will not be affected by the slicer that filters the main table.

 

Regards,

Nono Chen

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

Helpful resources

Announcements
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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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