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.
Dear forum members,,
I have a rather easy appearing topic, but just can't get to the right DAX formula.
I'd like to show whether a part number (Sys_Plant_CAM) has a value equal zero in a certain column [lo_indreq] or not. The only obstacle is that the part number has various rows for single dates - some zero and some not zero.
I thought it would not be difficult using a Measure like the following to fill the total sum for all those part numbers:
Thanks for any help how to solve the issue.
Solved! Go to Solution.
I think you want this instead:
CALCULATE (
SUM ( 'v_md04_latest'[lo_indreq] ),
ALLEXCEPT ( 'v_md04_latest', 'v_md04_latest'[Sys_Plant_CAM] )
)
You want to remove all filters except the Sys_Plant_CAM.
I think you want this instead:
CALCULATE (
SUM ( 'v_md04_latest'[lo_indreq] ),
ALLEXCEPT ( 'v_md04_latest', 'v_md04_latest'[Sys_Plant_CAM] )
)
You want to remove all filters except the Sys_Plant_CAM.
Thanks Alexis,
it worked perfectly as expected.
Try:
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 |
---|---|
14 | |
13 | |
12 | |
12 | |
12 |