Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi Users,
I have an issue that I couldnt find solution for. I have a summary page (basically no visuals except a table visual with multiple slicers). From there, I have drill through to a new detail page. But now the new requirement is to have one more detail visual with different columns in the same detail page.
The issue is, this new 2nd detail visual is supposed to show all data for an ID from summary page. For Example, the user has drill through from summary page for ID = 100000 into the detail page, the detail page should show for that row selected but also the new visual is supposed to show all data for ID = 100000. Basically the 2nd visual shouldn't be effected by the drill through but also give all related rows for that ID.
Anyone has any suggestions. Thanks!
This is a silly recommendation that works.. but not a good practice, i consider this as a HACK. Proceed with caution. Assuming you have star schema:
1. Duplicate the dimension/table that is being filtered and still have that connected to the fact table that will be aggregated. The idea is, drillthrough carries over filter context, but only from a certain table/column. If you have a duplicate of the table, it will only filter the first one (lets call it table A), not the duplicate (lets call this table B).
2. To make it work, your measure must remove filter context from table A, (use DAX function Removefilter). And create that 2nd visual using table B.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
85 | |
65 | |
51 | |
45 |
User | Count |
---|---|
217 | |
88 | |
81 | |
65 | |
56 |