Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi,
I am trying to make a report where I have a Subject a score and the date of the test,
So, I have my table
Subject_test:
Studentid SubjectID Subject Score Dateoftest
what I want to do is something similar to Pivot but i cant really add date as value what I want as a final imput is someting like this
SUBJECT 1
Student Id || Subject 1 Score || Subject 1 Dateoftest ||....Subject N Score || Subject N Date of test||
I am able to add the score column since there are numbers but i cant add date column because it will count it.
can you help me with this?
thanks in advanced.
Solved! Go to Solution.
The expected output looks kind of non-standard in my opinion. However you could follow the attached pbix to get it. You will duplicate one column and pivot twice in this case.
I am able to add the score column since there are numbers but i cant add date column because it will count it.
To avoid counting, you can apply another aggregate function like MAX or even not aggregated.
The expected output looks kind of non-standard in my opinion. However you could follow the attached pbix to get it. You will duplicate one column and pivot twice in this case.
I am able to add the score column since there are numbers but i cant add date column because it will count it.
To avoid counting, you can apply another aggregate function like MAX or even not aggregated.
Can you post some sample data?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
96 | |
69 | |
44 | |
38 | |
29 |
User | Count |
---|---|
155 | |
91 | |
61 | |
42 | |
42 |