Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
i have several different columns like subject columns like this
username email english maths scienece computer
abc abc@gmail.com 0-25% 76-100% 0-25%
like engish is 0-25%
maths is 76-100%
sceince is 0
and computer is 0-25%
and another table
| date | username | |
| 8/21/2024 | abc | abc@gmail.com |
| 7/21/2024 | abc | abc@gmail.com |
| 7/11/2024 | abc | abc@gmail.com |
so i want
so here last login date is 8/21/2024
means i want to count columns like abc person compleete 3 subjects except sciecnce/
so i want 3 figure here ..
Solved! Go to Solution.
Hello @rebam12 - you can try the below logic
Hope this helps.
Proud to be a Super User! | |
Hi @rebam12 -Create a measure to get the last login date for each student
Create calculated column to count completed subjects: is more than 0%
Hope this helps.
Proud to be a Super User! | |
is this necessary to create var for each subjects ? what if there is 15 subjects then bit difficult to create 15 variables .... is there any other alternative for this ?
Hello @rebam12 - you can try the below logic
Hope this helps.
Proud to be a Super User! | |
the easiest option is to model your data better.
I.e subjects as rows not columns
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 39 | |
| 37 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 66 | |
| 34 | |
| 32 | |
| 29 |