Calcualte Sum(Price) Ignoring one level

Ra 1 Reputation point
2020-08-27T00:08:14.97+00:00

I need to create a measure which will group by vendorname and account name and pick max price and sum price at vendor level and account level ignore subaccount level.

Create Derived table as shown in excel and do sum of price on derived table
Example V1 has 2 accounts V1 Price is 30 Sum(Price)
Example V1 A1 Leve has 2 Sub accounts but even though it has 2 subaccounts consider 10 and calculate final measure

Basically ignore subaccount level and sum at other levels.
20645-image.png

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,253 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Lukas Yu -MSFT 5,816 Reputation points
    2020-08-27T06:25:22.913+00:00

    Hi,
    Are you talking about a OLAP MDX measure or a Tabular DAX measure here ?