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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Chanleakna123
Post Prodigy
Post Prodigy

!!!! Stuck with Condition formatting with Text + together

1.PNG3.PNG2.PNG

 

All ,

1st : I have relationship between Staff and Training Subject . 

2nd , My Training Report also cover with Training Subject in 2nd Photo 

3rd , I have Training Subject with Non BIG Program and BIG Program . 

MY purpose here is : 

If Employee Study BIG Program :

for ex: STEP 1 + STEP 2 + STEP 3 = Graduated , but if the Employee Study only  STEP 1 = 2 More STEPs Subject to go

 

Can anyone here tell me how to succeed this ? I tried multiple condition but it doesn't work , And i'm stuck , while i don't know which way and which text should i go. 

Your Guide and screen shot on each step is really in big help on my report. 

Thanks you so much. 

 

 

3 REPLIES 3
v-qiuyu-msft
Community Support
Community Support

Hi @Chanleakna123,

 

Please share some dummy data of tables Staff, Training Subject and Training Report to clarify your requirement "

If Employee Study BIG Program :

for ex: STEP 1 + STEP 2 + STEP 3 = Graduated , but if the Employee Study only  STEP 1 = 2 More STEPs Subject to go "?

Which do you mean about "STEP 1 + STEP 2 + STEP 3"?

What the desired result based on this sample data? 

 

Best Regards,
Qiuyun Yu 

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

1.PNG2.PNG3.PNG

 

hi @v-qiuyu-msft kindly find above attached for the table i used. 

STEP 1 + STEP 2 + STEP 3 are the course program.

what we want is to see is who will be graduated and who NON.  
In our internal company , for BIG Program , those who complete BIG program will be graduated. but we have exception , Few course programs , we need to study session STEP 1 + STEP 2 + STEP 3 = to be graduated. few course programs study AYBS 1 + AYBS 2 = Graduated . LEAP 1 + LEAP 2 = graduated. If they study onlly LEAP 1 , will be NON graduated.


so , we nce we accomplish this we will visualize , which course our employee had been graduated ? 

which course they're still pending for graduated ? 

Hi @Chanleakna123,

 

I will share some logic with small data for you go deeper: 

 

For your Training Subject table, you need to create a new group for Course Title, see: https://docs.microsoft.com/en-us/power-bi/desktop-grouping-and-binning

 

q3.PNG

 

Then create a calculated column to count session which needed to complete in each group:

 

Count session per group = CALCULATE(COUNT('Training Subject'[Course Title]),ALLEXCEPT('Training Subject','Training Subject'[Course Title (groups)]))

 

In table Training Report table, create a calculated column to return related group:

 

Group = RELATED('Training Subject'[Course Title (groups)])

 

Then create another calculated column to decide if the employee has completed the course:

 

Total session per emp = IF(CALCULATE(COUNT('Training Report'[Course Title]),FILTER('Training Report','Training Report'[Staff ID]=EARLIER('Training Report'[Staff ID]) &&'Training Report'[Group]=EARLIER('Training Report'[Group])))=RELATED('Training Subject'[Count session per group]),"gra","no gra")

 

q4.PNG

 

You can take a look at the pbix file. 

 

Best Regards,
Qiuyun Yu 

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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