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 there,
Now when the Slicer got update to Hierarchy slicer in the old days I did
Calculate(
sum(table[column]),
filter (Table,column = Selected slicer1 value),
filter (table,Column = Selected slicer 2 value) etc..
How to I work with hierarchy slicer if I have lets say Stage City and other column from different table lets say Color for example
How do you combime all of these?
Thanks,
Oded Dror
Solved! Go to Solution.
@Anonymous,
Here is the solution,
Calculate(
sum(table[column]),
filter (Table,column = Selectedvalue(Stage City)),
filter (table,Column = Selectedvalue(Color ))
You no need to change your existing approach for these cases since we are referencing the column value. So It will work fine!
Hi @Anonymous ,
If the 'Table' have realationship with another table used in the hierarchy slicer, it should calculate the result (Sum('Table'[Value]) automatically.
If it doesn't meet your requirement, kindly share your sample data and expected result to me if you don't have any Confidential Information. Please upload your files to One Drive and share the link here.
Best regards,
Hi there,
Thank you both
Thanks
Oded Dror
@Anonymous,
Here is the solution,
Calculate(
sum(table[column]),
filter (Table,column = Selectedvalue(Stage City)),
filter (table,Column = Selectedvalue(Color ))
You no need to change your existing approach for these cases since we are referencing the column value. So It will work fine!
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 |
---|---|
146 | |
85 | |
66 | |
52 | |
47 |
User | Count |
---|---|
215 | |
90 | |
83 | |
66 | |
58 |