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. Let say I have data like below:
Brand Total
P 10
P 20
M 50
M 30
C 25
C 20
D 15
How to filter the data and sum the total. For Example There are two P, and sum of total for both P are 30.
Thanks
Hi, are you attempting to do this for a visual or to manipulate the data? For a visual, grab a spreadsheet for example and bring in brand then total. Select that the total is a sum. Logically, this is a group by. This combination should apply to multiple visuals. Let me know if you have any more specific questions!
Hi, if I understood,
You could put the data on a visual table and create a visual filter
On filter, you gonna set "brand" and after the specific data you want to see.
Hope I help you!