Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
In the attached dashboard (link) I'd like to have my donut and clustered bar charts to display the total of IDs by type of Media for a given Period selected: the charts should update dynamically when I change the Periods or select a custom date range. At the moment, the charts display the number of IDs (i.e. count of IDs) per day, they do not aggregate the number of IDs by type of Media (see below illustrations).
Do you know how I can achieve this?
Thanks in advance for your help!
Donut chart:
Current result for the Last 7 days:
Expected result:
Clustered bar chart:
Current result for the Last 7 days:
Expected result:
Solved! Go to Solution.
Hi @K0da thnak you for your message. Yes, I removed the Date in the legend and used a relative date slicer so that I only have one slicer. This way, I can get the relative date ranges I need, and the charts update properly.
Thanks!
Hi @K0da thnak you for your message. Yes, I removed the Date in the legend and used a relative date slicer so that I only have one slicer. This way, I can get the relative date ranges I need, and the charts update properly.
Thanks!
Hi,
from what i've seen, just remove the "date" variable from the visual
They should aggregate now, and be filtered by the date period selected on the slicer, l also noticed the "Date" slicer is being filtered by "Period_Selection" this is limiting the dates that can be selected, but maybe it's supposed to be like that.