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.
Hi, I want to create a measure that allows me to show data on the chart based on which Total QTy -> Fcst or SH grouped by Key is greater.
Table I have:
I want to group it by Key and compare Totals by Type
Result
Chart:
Thank you for any help!
@arutsjak90 , Try
maxx(summarize(Table, Table[Key], Table[Type], "_1", sum(Table[Qty])),[_1])
User | Count |
---|---|
24 | |
10 | |
9 | |
7 | |
4 |