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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Solved! Go to Solution.
Hi @Yrstruly2021 ,
Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.
If these also don't help, please share more detailed information and description to help us clarify your scenario to test.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
Can you please help here!!
Hi All, I need help on the totals where i have 2 tables and i jant to add Jan totals line by line to Feb Totals so that in Feb we have 492 as subtotals and segment wise it should be
12
12
377 & 91,
regards
Hi @Yrstruly2021 ,
Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.
If these also don't help, please share more detailed information and description to help us clarify your scenario to test.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
hi, @Yrstruly2021
as i understood your problem you wanna try to get total as fixed value
see below as data
same problem like you total= 300 but actual is 5200
but implement measure 3 as below
Measure 3 =
IF(
ISINSCOPE('Table'[product]),
MIN('Table'[value]),
CALCULATE(sum('Table'[value]),ALL())
)
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
7 | |
7 | |
4 | |
3 |