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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.