Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hi all,
So I'm trying to replicate the below table with dax:
I am basically counting the total rows but say if I have 3 rows where the score was listed as 80, I need the total number of rows to be multiplied by 4 to get a weighted number.
How should this be handled? Any help is appreciated!
Solved! Go to Solution.
Without a more clear explanations and the following things, it is simply impossible to answer your question.
Please include, in a usable format, not an image, a small set of rows for each of the tables involved in your request and show the data model in a picture, so that we can import the tables in Power BI and reproduce the data model. The subset of rows you provide, even is just a subset of the original tables, must cover your issue or question completely. Do not include sensitive information and do not include anything that is unrelated to the issue or question. Please show the expected outcome based on the sample data you provided and make sure, in case you show a Power BI visual, to clarify the columns used in the grouping sections of the visual.
Need help uploading data? click here
Want faster answers? click here
Hi @am_i_really ,
Thanks for raising this! The concept of applying weights based on scores (e.g., multiply count of rows by a weight factor) is possible in DAX, but as @FBergamaschi rightly pointed out, we need a bit more context to provide you with a solid solution.
To move forward and help you better, could you please share the following.
A small sample of your data in a table format just a few rows that demonstrate the issue.
The expected output for example, what weighted total you'd like to see based on your sample.
Any specific columns used in your visual (e.g., Score, Weight, Count).
This will help us suggest the exact DAX measure or calculated column you need. Also, huge thanks to our amazing super users who keep guiding the community with best practices your reminders to structure questions well are always spot on.
Looking forward to your sample data to help you further.
Regards,
Akhil.
Hi @am_i_really ,
I hope the response provided helped in resolving the issue. If you still have any questions, please let us know we are happy to address.
Thanks,
Akhil.
Hi @am_i_really ,
Just circling back to see if you had a chance to share a few sample rows of your data? With that, we can work out the weighted calculation in DAX more precisely and make sure it fits your scenario.
Thanks,
Akhil.
Hi @am_i_really ,
Just checking in were you able to share a small sample of your data and the kind of weighted output you’re expecting? That’ll make it much easier to suggest the exact DAX formula you need. Even just a few rows copied into the post would be enough to move this forward.
Regards,
Akhil.
Hi @am_i_really ,
Thanks for raising this! The concept of applying weights based on scores (e.g., multiply count of rows by a weight factor) is possible in DAX, but as @FBergamaschi rightly pointed out, we need a bit more context to provide you with a solid solution.
To move forward and help you better, could you please share the following.
A small sample of your data in a table format just a few rows that demonstrate the issue.
The expected output for example, what weighted total you'd like to see based on your sample.
Any specific columns used in your visual (e.g., Score, Weight, Count).
This will help us suggest the exact DAX measure or calculated column you need. Also, huge thanks to our amazing super users who keep guiding the community with best practices your reminders to structure questions well are always spot on.
Looking forward to your sample data to help you further.
Regards,
Akhil.
Without a more clear explanations and the following things, it is simply impossible to answer your question.
Please include, in a usable format, not an image, a small set of rows for each of the tables involved in your request and show the data model in a picture, so that we can import the tables in Power BI and reproduce the data model. The subset of rows you provide, even is just a subset of the original tables, must cover your issue or question completely. Do not include sensitive information and do not include anything that is unrelated to the issue or question. Please show the expected outcome based on the sample data you provided and make sure, in case you show a Power BI visual, to clarify the columns used in the grouping sections of the visual.
Need help uploading data? click here
Want faster answers? click here
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 9 | |
| 8 | |
| 8 | |
| 7 |