Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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?!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
126 | |
113 | |
72 | |
65 | |
46 |