Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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!
User | Count |
---|---|
128 | |
72 | |
70 | |
58 | |
53 |
User | Count |
---|---|
192 | |
96 | |
67 | |
64 | |
54 |