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.
Dear members,
could you please help on the below issue
i'd added a what-if parameter on a slicer and used it to filter line chart visula based on the slicer selection (measure is added to calculate Aging average dymanically for the values less than or equal selected slicer value):
where:
DP-M-Ag Excluded : a meausre
'R_DP_M_tbl'[DP-M Ag]: Aging column inside 'R_DP_M_tbl' table
AgingLimitDP : what-if parameter
it works fine, but when i tried to create a calculated table of excluded records "with aging values greated that slicer selected value" it doesn't work and there is no filtered applied , calculated table DAX as below:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,@Hosamby .Very happy to see that my advice has been of help to you.
Since the definition of the calculated table itself (which is static) doesn't support it changing dynamically according to the slicer, what we can achieve is to try to restore the output of the entire table through multiple measures (which is the step you're operating on).
Thank you for your support and understanding of power BI.