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.
Hi guys,
I'm scratching my head at the moment, the MAX function I've created, the count does not match with the Excel MAX from the pivot.
Here is the Excel
Here is the PBI report
Max_Export_Seq = CALCULATE(MAX([Export_Seq]),ALLEXCEPT(Data,Data[CustomerKey]))
Max_order_Date = CALCULATE(MAX([OrderDate]),ALLEXCEPT(Data,Data[CustomerKey]))
Could you please assist?
Thank you
Hi @Stuznet ,
Is this the end result you want?
And you want to know why the result in Power BI is different from the the result in Excel?
Because:
Max_Export_Seq = CALCULATE(
MAX([Export_Seq]),
ALLEXCEPT(Data,Data[CustomerKey])
)
is not equal
You can export data from Power BI:
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
124 | |
79 | |
49 | |
38 | |
37 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |