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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hi,
I am not sure if this is possible but I cannot seem to wrap my head around it. I currently have a dataset with various columns including document number for which I am trying the report the following. Once a user selects a revenue line or balance, the report should show on what other lines the journals have had an impact.
For example - If I would have three groups (group A: 1, 2, 3 - Group B, 2, 4 & Group C - 3, 5) filtering on Group A should show me the impact it had on Group B (based on transaction 2) and Group C (based on transaction 3). Currently, applying a filter only shows group A transactions.
Is there any way this can be overcome?
Kind regards,
Rick
Solved! Go to Solution.
Hi @Anonymous
Create a new table,
Group = SUMMARIZE(Data,Data[Group],Data[Doc Number])
Thne create measures
Measure = CONCATENATEX(VALUES('Group'[Doc Number]),'Group'[Doc Number],",")
Measure 2 = CALCULATE(SUM(Data[Amount]),FILTER(Data,FIND([Doc Number],[Measure],1,0)<>0))
Hi @Anonymous
Create a new table,
Group = SUMMARIZE(Data,Data[Group],Data[Doc Number])
Thne create measures
Measure = CONCATENATEX(VALUES('Group'[Doc Number]),'Group'[Doc Number],",")
Measure 2 = CALCULATE(SUM(Data[Amount]),FILTER(Data,FIND([Doc Number],[Measure],1,0)<>0))
Difficult to say, really need some sample data and expected output. Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Hey Greg,
Thank you for your quick reply - I have created some example data and added my expectation of the results. Hope the link below works (standard OneDrive).
Example Data
Based on the dataset the issue is that I am only able to create option 1 (filter on a specific group and show the related entries therein). However, as the transaction lines hit multiple groups - which in the end should reconcile to zero - I was hoping to be able to get PowerBi to filter create option 2 automatically.
Hope this makes it a bit more clear!
Thank you once again!
Regards,
Rick
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 56 | |
| 43 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 123 | |
| 108 | |
| 44 | |
| 32 | |
| 26 |