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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. 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
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

March Power BI Update Carousel

Power BI Community Update - March 2026

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