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 have a scenarioa. I have 2 tables Articles in one table & forecast , actual in another table (total 2 tables). I want to show the data by aricle level.
I want output is 30 as like above yellow marked .
I wrote the below measure but I got 80 is the ouput
=SUMX(VALUES(Article[Article]) ,CALCULATE(ABS(sum(Forecast)-sum(Actual))).
any one help me ? How do i write a measure to get the ouput is 30 ?
Thanks in advance.
Solved! Go to Solution.
Hi @Srikantht
Break up the measure into two measures. This will make it work.
ABS = ABS(SUM(Forecasts[Forecast]) - SUM(Actuals[Actual]))
ABS Diff = SUMX(VALUES(Articles[Article]),[ABS])
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Hi @Srikantht
Break up the measure into two measures. This will make it work.
ABS = ABS(SUM(Forecasts[Forecast]) - SUM(Actuals[Actual]))
ABS Diff = SUMX(VALUES(Articles[Article]),[ABS])
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Any one Help me to write a measure.
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 |
---|---|
216 | |
89 | |
82 | |
66 | |
57 |