Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi,
So I have a table in powerbi that uses measures. It does it to get a students percentage of maximum marks for each subject that they study. I needed to use a measure so that I could get the maximum possible mark for a subject filtered from another table. I am then once again measure those into another table to get the average of their marks for all subjects using the following formula:
Solved! Go to Solution.
Hi, @Anonymous
The measure value is based on calculation. When there is no context, the measure value will calculate the total value. You cannot get a single value without the context of the table.Also in the video, the three measures are also the total value of the three colors.
The transposition described in the video actually uses some functions to imitate the effect of transposition, and all parameters are hard-coded.
If you want to create a single subject score for a single student, you need to add more filter conditions to the measurement value, for example: measure= calculate(sum[marks], student="john", subject ="math").
This means that you may need to establish separate measure for each student's mark in each subject.
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Yeah I was hoping that it would work with slicers. So that I could just choose the student from the slicer and display their results.
Hi, @Anonymous
The measure value is based on calculation. When there is no context, the measure value will calculate the total value. You cannot get a single value without the context of the table.Also in the video, the three measures are also the total value of the three colors.
The transposition described in the video actually uses some functions to imitate the effect of transposition, and all parameters are hard-coded.
If you want to create a single subject score for a single student, you need to add more filter conditions to the measurement value, for example: measure= calculate(sum[marks], student="john", subject ="math").
This means that you may need to establish separate measure for each student's mark in each subject.
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 48 | |
| 40 | |
| 39 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 70 | |
| 67 | |
| 32 | |
| 27 | |
| 25 |