Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
Struggling with the following. Have below. Where Ref Doc is the Document Flow.
I want to show in a separate view when I select any line for example with 9999999 that it shows me all the Doc with Qty, Value.
And when I select 8888888 only those 2 lines.
The data itself has millions of rows and linked to this Fact Table there are other Dimension fields I want to pull in as well
A direction in which I should take this is Highly appreciated.
Thanks in advance
Stefan
Solved! Go to Solution.
Hi @Anonymous
I know you want to display the data in a new view by selecting Ref Doc, here I give you a few ways to do it:
Use Slicer:
Add a slicer to select the Ref Doc
Use filters:
add the Ref Doc to the “Add data fields here”
Use drill through:
First, create a visual and select Ref Doc as the column, open the “Cross-report”
Add a visual on page 2 and select columns what you need, add the Ref Doc to the “Add drill-through fields here”
Now, you can get the content you want with Drill Through in page1
You can use this button to return to page1
Best Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
I know you want to display the data in a new view by selecting Ref Doc, here I give you a few ways to do it:
Use Slicer:
Add a slicer to select the Ref Doc
Use filters:
add the Ref Doc to the “Add data fields here”
Use drill through:
First, create a visual and select Ref Doc as the column, open the “Cross-report”
Add a visual on page 2 and select columns what you need, add the Ref Doc to the “Add drill-through fields here”
Now, you can get the content you want with Drill Through in page1
You can use this button to return to page1
Best Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Here's a general guide on how you might approach this:
Create a Table or Matrix Visual:
Set Visual-Level Filters:
Configure the Filter:
This method will dynamically filter the visual based on the selected Ref Doc.
Create a Measure:
SelectedRefDoc = SELECTEDVALUE('YourTable'[Ref Doc])
Create a Table or Matrix Visual:
Create a Slicer:
Filter Using DAX Measure:
FilteredQty = CALCULATE(SUM('YourTable'[Qty]), 'YourTable'[Ref Doc] = [SelectedRefDoc])
Interact with the Slicer:
These methods should give you a starting point for creating a dynamic view based on the selected values in Power BI.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
In case there is still a problem, please feel free and explain your issue in detail, It will be my pleasure to assist you in any way I can.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
10 | |
10 | |
10 | |
10 |
User | Count |
---|---|
19 | |
14 | |
13 | |
11 | |
8 |