Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I can build this into a table in Power BI easily, but I need it in a measure for reporting purposes. The desired result would be Customer A = $2,194.84. The summary of the results below. But when I attempt this in a measure, it rolls up all the resources into one big pool and I get a result of $568.56, which is incorrect.
@paulsnet1986 , You can have a measure like
calculate(sum(Table[bill], filter(allselected(Table), Table[Parent] = max(Table[parent]) ) )
or
calculate(sum(Table[bill], allexcept(Table,Table[parent]) )
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
85 | |
66 | |
51 | |
45 |
User | Count |
---|---|
217 | |
89 | |
82 | |
66 | |
57 |