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 all,
I have the following tables and relationships:
I need a measure that allows me to produce the following output, that isn't affected by slicers:
I have been able to use CONCATENATEX as a calculated column (to give the output above), but I need this as a measure. When I implement as a measure, I cannot work out how to ignore the slicer filter but keep the current filter context.
For example, the diagram below demonstrates that when the resource is filtered to "Bob", the project also shows just "Bob" instead of "Fred, Bob"
Thanks in advance 🙂
Solved! Go to Solution.
You can use ALL to ignore the slicer filter context (along with any other filter context on that column).
Resources =
CALCULATE (
CONCATENATEX (
SUMMARIZE ( ResourceAllocation, Resource[ResourceName] ),
Resource[ResourceName],
", "
),
ALL ( Resource[ResourceName] )
)
You can use ALL to ignore the slicer filter context (along with any other filter context on that column).
Resources =
CALCULATE (
CONCATENATEX (
SUMMARIZE ( ResourceAllocation, Resource[ResourceName] ),
Resource[ResourceName],
", "
),
ALL ( Resource[ResourceName] )
)
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 |
---|---|
18 | |
15 | |
14 | |
11 | |
8 |
User | Count |
---|---|
24 | |
19 | |
12 | |
11 | |
10 |