March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi all
Firstly, I am a PowerBi Novice - one 'Dashboard in a Day' course and a lot of tinkering.
I'm happy to read and experiment around what I want to do - my query is not how to do it but if it is possible in the first place!! I don't want to invest hours in discovering that I can't do it and I need to find a different way!
My tables have students, details, attendance, subjects, school terms and marks - what I need to do is reorganise the contents of one of the tables. The tables are all related by Student ID
The source table has the student marks as multiple rows per student, the table I need has the same information in a single row for each student.
The source table is:
Student ID | Student name | Subject | Term | Result |
s1 | Mary | English | Autumn | d |
s1 | Mary | English | Spring | s |
s1 | Mary | Maths | Autumn | d |
s1 | Mary | Maths | Spring | s |
s2 | John | English | Autumn | s |
s2 | John | English | Spring | s |
s2 | John | Maths | Autumn | s |
s2 | John | Maths | Spring | m |
The table I need is
Student ID | Student name | English Autumn | English Spring | Maths Aumn | Maths Spring |
s1 | Mary | d | s | d | s |
s2 | John | s | s | s | m |
The requirement is then to analyse by grades for different groups of students (eg those who are below an absence threshold), which I can do with the second table but not the first.
So my question is, is what I want to acheive possible with DAX?
Thanks in advance - and apologies if the question has already been asked!
B
Solved! Go to Solution.
Hi @barbaratate ,
Based on my test, that could not be achieved by dax. I suggest to use power query to have a try.
Hi @barbaratate ,
Based on my test, that could not be achieved by dax. I suggest to use power query to have a try.
Thank you.
Thank you - that's the problem with not knowing what you can do - it's not knowing what you CAN'T do as well!
Barbara
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |