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 guys,
If I have a data table like below,
How can I create a new column (below DESIRED COLUMN) which is calculated by Value grouped by Company's page no as an average. for each row.
How can get Average of Value for each page. returning value must be in every its row.
I wrote this dax but It returned average of Page no?!
But it returns same value for all rows.
Compnay | Page No | Value | DESIRED COLUMN |
A | 2 | 30 | 35 |
A | 2 | 40 | 35 |
B | 2 | 30 | 40 |
B | 2 | 40 | 40 |
B | 3 | 50 | 40 |
C | 1 | 10 | 15 |
C | 1 | 20 | 15 |
C | 3 | 20 | 15 |
C | 3 | 10 | 15 |
Solved! Go to Solution.
Make Calculated Column I hope this will resolve the issue
Did I answer your question? If so, please mark my post as a solution!
Proud to be a Super User!
Did I answer your question? If so, please mark my post as a solution!
Proud to be a Super User!
Did I answer your question? If so, please mark my post as a solution!
Proud to be a Super User!
Thank you four you answer @mh2587 ,
I need these average value in all rows as a new column.
And also I have more than 70 company names, so I need more simple DAX.
Kind regards...
Make Calculated Column I hope this will resolve the issue
Did I answer your question? If so, please mark my post as a solution!
Proud to be a Super User!
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 |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |