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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
slhangen
Helper II
Helper II

Trying to populate a slicer with Measures

I have the following table with COURSE FAILURES.

I have two measures that pull from below table:

Course Failures- Sem 1 =
COUNTX(
FILTER(
Append1,
Append1[SEMESTER GRADE] = "F"
&& Append1[SEMESTER] = "SEM 1"
),
Append1[SEMESTER GRADE]
)
 
Course Failures- Sem 2 =
COUNTX(
FILTER(
Append1,
Append1[SEMESTER GRADE] = "F"
&& Append1[SEMESTER] = "SEM 2"
),
Append1[SEMESTER GRADE]
)

 

I need to create 2 slicers based upon these measures and have no idea how to do this. Any help would be deeply appreciated. Do I need to create a table that summarizes these measures? Stuck:(

 

Table below:

TitleStudentSEMESTER GRADECOURSE FAILURESSEMESTER
123456BROWN, CHARLIEF2SEM 2
236548BROWN, LUCYF6SEM 2
365489BROWN, SNOOPYF2SEM 2
365489BROWN, SNOOPYF1SEM 1
169872CUNNINHAM, RICHIEF3SEM 2
169872CUNNINHAM, RICHIEF1SEM 1
4 REPLIES 4
wdx223_Daniel
Super User
Super User

wdx223_Daniel_0-1611710596180.png

 

mhossain
Solution Sage
Solution Sage

@slhangen 

 

Actually not clear, please share the dummy pbix if possible.

Not sure how to do that, my apologies.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.

Top Solution Authors