The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All
I am doing substraction few item but show its shwoing test it showing few time
Solved! Go to Solution.
Hi @aamirkhan_WT ,
As I understand it, do you want every row of the matrix to return a total?
Maybe adding the ALL function helps you.
Test =
CALCULATE (
[NetSales] - [StaffCosts(PreBonus)_MTD] - [Establishment_MTD] - [G&ACost_MTD] - [NWC_AgingProvision_MTD],
ALL ( 'TABLENAME' )
)
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @aamirkhan_WT ,
As I understand it, do you want every row of the matrix to return a total?
Maybe adding the ALL function helps you.
Test =
CALCULATE (
[NetSales] - [StaffCosts(PreBonus)_MTD] - [Establishment_MTD] - [G&ACost_MTD] - [NWC_AgingProvision_MTD],
ALL ( 'TABLENAME' )
)
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
In the Table I want show below thing only
Can any one help me on above issue
User | Count |
---|---|
78 | |
74 | |
42 | |
32 | |
28 |
User | Count |
---|---|
104 | |
93 | |
52 | |
50 | |
46 |