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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Excel-lent-User
Regular Visitor

Help with Visualization tools

I have a dataset that includes team, attendance, and period. I am trying to remove filters to work properly. I want to display specific attendance for each period and each team. Additionally, I’d like to create a column chart visualization of lifetime attendance. However, the ‘remove filters’ option doesn’t show lifetime attendance. I will attach an image of what my visual looks like when I highlight a row from my chart and I can also provide the measure that is not working properly right now: 

 

Count Remove Filters = CALCULATE(
    REMOVEFILTERS(Data[Period Enddate])
)
 

Microsfot Form.png

10 REPLIES 10
Excel-lent-User
Regular Visitor

The new idea for the visualization to provide context from the data table to the slicers implemented to show my original desired outcome on the visual. What I mean by this is that is there a way for me to select a team name in my detail chart and have it send context to or filter to a Team Name Slicer? I want my slicers to show the period and team name from the detail chart but I just want the team name filter to be translated to the visualization. I can provide more detail if needed as well.

shafiz_p
Super User
Super User

@Excel-lent-UserI think slicer would be appropriate for to visualize lifetime attendance of the team you select.

shafiz_p_0-1720025630080.png

Hope this help!!

@aduguid Re: Detail Chart to Visualizations - Microsoft Fabric Community Feel free to look at this forum for the most up to date power bi vosualizations and questions I have on this subject

I posted a new Forum with updated information and will copy and past that link below, I appreciate your help so far and a fresh set of eyes on this new question would be much appreciated. 

I will try to implement this and get back to you 

Excel-lent-User
Regular Visitor

What I am trying to achieve is a selection in the detailed table setting team context for the chart but not time/date context. Meaning, I want to see the lifetime attendance (no time/date context) for the team I select (team context).

shafiz_p
Super User
Super User

@Excel-lent-User Do you want your chart not to interact with the visuals? If this is the case, then you can stop the interaction and you will get lifetime attendance regardless of selection from chart table.

I did this through edditing the interactions tab under format and still the chart only shows the highlighted period 

aduguid
Super User
Super User

Give this measure a try 

Lifetime Attendance = CALCULATE(
    COUNTROWS(Data),
    ALL(Data[Period])
)

I tried this and the visual still shows the selected period for some reason

 

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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