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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
jbach
Frequent Visitor

Scorecard to show total count based on filtered total for category, not total rows

Hi Everyone.

 

I'm currently trying to do a dashboard for my departments KPIs

 

I have a dataset that looks like this

Forum q1.png

 

My report looks something like this

 

Forum q2.png

My issue now is:

 

I can't get the second scorecard to show total number of initiatives that have a total 'PROGRESS 2' of less than 50

(My initial assumption was that it has to do with a failure of the filters taking into consideration of the context transition..)

 

I've tried putting 'Filters on this Visual' on the scorecard with 'PROGRESS 2' showing items when the value is less than 50 but it still shows as 8.

 

The scorecard that shows 'blank' has this measure:

COUNTX(VALUES(Table7[INITIATIVE 2]),CALCULATE([Countx],FILTER(Table7,Table7[PROGRESS 2]<50)))
 
[Countx] =
COUNTX(Table7,COUNT(Table7[INITIATIVE 2]))
 
I'm completely lost on how to get this to work. Appreciate any help I can get on this. Please and thank you!
1 REPLY 1
v-xiaoyan-msft
Community Support
Community Support

Hi @jbach ,

Please correct me if I have misunderstood your requirements
Do you want the chart below to display normally or do you want to filter by subcategory
Yes please take a look at this thread below, is your requirement similar to this user?

vcaitlynmstf_0-1663657128898.png

 

 

Solved: Category based Cumulative total and ABC segmentati... - Microsoft Power BI Community

 

Best Regards,
Community Support Team _ Caitlyn

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

Top Solution Authors