Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hi guys,
I have table, include Page no / % Vlaue / Company name
I want a new column which should be calculated by Average of % Value column which are grouped by company and that company's page no.
Desired Column Name is "Avg of % Value" can be seen in the screen shot.
any help would be appriciated.
Solved! Go to Solution.
@acaryasin01 , Create a new columnin dax
=
averagex(filter(Table, [Company] = earlier([Company]) && [pageno] = earlier([pageno]) ) [% Value])
@acaryasin01 , Create a new columnin dax
=
averagex(filter(Table, [Company] = earlier([Company]) && [pageno] = earlier([pageno]) ) [% Value])
Sorry @amitchandak
I did mistake while applying yor dax formula,
Great thanks, It works.
Appreciated.
Hi @amitchandak
Thank you for your answer.
I applied this dax but it returned only one value to all rows?!
Check out the May 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
71 | |
70 | |
51 | |
47 |
User | Count |
---|---|
45 | |
38 | |
33 | |
30 | |
28 |