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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi ,
I am new at Power BI , and I am stuck at creating a new bridge table which is dynamic from other master table with filter.
I have a table ""structure"like below
bag# , item# qty
Apple A 1
Apple B 2
Orange A 3
I want to create a new table to list the unique value of " bag#" , and a sum qty , and it is dynamic when I filter by Item# from the "structure" table,
for example ,
if I filter item#= A ,I want to get below in new Table
Bag# qty
Apple 1
Orange 3
I used : summarize(Structure, structure[bag#],"qty",caculate(sum(structure[qty]),allexcept(structure,structure[Item#])))
but it does not return correct qty .
anyone can help ,please ?
thanks a lot
Eric
Hi @Anonymous,
Why do you want to make a summarize table? Depending on the visual you want you can create measure or add filters/Slicers to your reports that allow you to have the expectd quantites since the calculations are made based on context.
When you create a new table and considering you are using the summarize the resul of the full table will be the sum of all rows in this case 3 for each bag#.
You can use the summarize function to use in a measure that will then calculate the value you need.
Can you please add some addtional information about the expected result.
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi ,
You can import an attribute slicer from market place and drag Item into it. It will give the desired result.
You can remove Item too as below :
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 36 | |
| 33 | |
| 33 | |
| 29 |
| User | Count |
|---|---|
| 134 | |
| 96 | |
| 78 | |
| 67 | |
| 65 |