Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi
I have this visual that is showing 3 categories day by day. I know that I could go up and see month by month or quarter but is there any way to sum up 3 categories and see a total but still getting day by day. So being able to see by categories day by day and also the total day by day.
two ways of hierarcry
@Anonymous , I think you need to use allexcept
examples
calculate([measure], allexcept(Table, Table[Category]))
or
calculate([measure], allexcept(Table, Table[Day]))
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Hi @Anonymous ,
You could upload your sample to OneDrive for Business and share its link with us. Thanks!
Note: Please remove your sensitive data.
@Anonymous Not sure I follow. Maybe use ALLEXCEPT('Table',[Day]) sort of syntax?
Sorry, having trouble following, can you post sample data as text and expected output?
Not really enough information to go on, please first check if your issue is a common issue listed here: https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882
Also, please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.