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.
Hi there
Below screenshots where I would like to visualise the Sum per day. (Total of specific events per day). I can achieve this but would like to show the date rather than the date hierarchy in the visualization. However, the moment I select date under values, the total per day disappears and reverts to showing all the rows/events for the specific dates.
Date Selection
Date Hierarchy Selection
Any solutions?
Best,
Niel
Solved! Go to Solution.
Seem like your date has timestamp
Create a new column
Date = [timestamp].date
Many thanks, sorted!