Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Solved! Go to Solution.
Hi @RJ_KON ,
It is difficult to determine the context of the measure without example data. Perhaps you could try the generic formula for calculating the total value.
SumSales =
CALCULATE (
SUM ( 'IRG Cre Data'[Sales Income] ) * ( 'IRG Cre Data'[Scaling Factor] ),
'CS Income Node '[Income Group Node 6] IN { "Cheque", "Deposits" }
)
TotalSales =
IF (
ISFILTERED ( 'Sales Income Node '[Income Group Node 6] ),
[SumSales],
SUMX ( ALLSELECTED ( 'Sales Income Node '[Income Group Node 6] ), [SumSales] )
)
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @RJ_KON ,
It is difficult to determine the context of the measure without example data. Perhaps you could try the generic formula for calculating the total value.
SumSales =
CALCULATE (
SUM ( 'IRG Cre Data'[Sales Income] ) * ( 'IRG Cre Data'[Scaling Factor] ),
'CS Income Node '[Income Group Node 6] IN { "Cheque", "Deposits" }
)
TotalSales =
IF (
ISFILTERED ( 'Sales Income Node '[Income Group Node 6] ),
[SumSales],
SUMX ( ALLSELECTED ( 'Sales Income Node '[Income Group Node 6] ), [SumSales] )
)
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@RJ_KON , hope the visual is displayed only at level [Income Group Node 6]
if not use summarize and add more columns. Column (not summarized in visual)
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
28 | |
18 | |
15 | |
7 | |
6 |