March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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 🙂
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
134 | |
91 | |
90 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
72 | |
68 |