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.
Hello,
I have two tables and two cards here.
(I want to remove the total row in the second table how do I do that?)
Now I am trying to create additional table that are consist of column Service Provided and column Renewal but I want to filter it by Expiring or Expired separately. I have created a measure that filters it but it only works for the card
Expiring = CALCULATE(COUNT('Vendor Data'[Service Provided]), FILTER('Vendor Data','Vendor Data'[Renewal] = "Expiring"))
and if i try to do it in a table it became like this
Do you guys know how can I do it in a table?
Solved! Go to Solution.
@Anonymous , one way is is use visual level filter , measure is not blank.
Or have meausre like the example
sumx(filter(values(Table[end]), not(isblank([measure]))),[measure])
@Anonymous , one way is is use visual level filter , measure is not blank.
Or have meausre like the example
sumx(filter(values(Table[end]), not(isblank([measure]))),[measure])
Thank you again Amitchandak 🙂
User | Count |
---|---|
123 | |
76 | |
63 | |
50 | |
50 |
User | Count |
---|---|
175 | |
125 | |
60 | |
60 | |
58 |