Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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:
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.
@Excel-lent-UserI think slicer would be appropriate for to visualize lifetime attendance of the team you select.
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
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).
@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
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
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
69 | |
64 | |
50 | |
36 | |
26 |
User | Count |
---|---|
85 | |
55 | |
45 | |
44 | |
36 |