The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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!