Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Brad333
New Member

Help with Matrix

Hi,

 

I have a matrix that has data all coming from the same data file but when i add date it just shows the overall total on each as shown below rather than splitting it by the totals for each day, the figures are created fields though done like this below 

 

BC_Customer = CALCULATE(COUNT('app'[state]),
FILTER(ALL('app'), [state] = "SUCCESSFUL"))

 

Brad333_0-1674049698946.png

 

1 REPLY 1
Arul
Super User
Super User

@Brad333 ,

Please remove the Filter and ALL function from your formula and try,

BC_Customer = CALCULATE(COUNT('app'[state]),[state] = "SUCCESSFUL")

 Thanks,





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.