Forum Discussion

barbaratate's avatar
barbaratate
New Member
7 years ago
Solved

Create a Calculated/Filtered table with DAX

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 IDStudent nameSubjectTermResult
s1MaryEnglish Autumnd
s1MaryEnglish Springs
s1MaryMathsAutumnd
s1MaryMathsSprings
s2JohnEnglish Autumns
s2JohnEnglish Springs
s2JohnMathsAutumns
s2JohnMathsSpringm

 

The table I need is

Student IDStudent nameEnglish AutumnEnglish SpringMaths AumnMaths Spring
s1Marydsds
s2Johnsssm

 

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

2 Replies

  • v-frfei-msft's avatar
    v-frfei-msft
    Community Support

    Hi barbaratate ,

     

    Based on my test, that could not be achieved by dax. I suggest to use power query to have a try.

     

    • barbaratate's avatar
      barbaratate
      New Member

      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