Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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])
Thank you again Amitchandak 🙂
User | Count |
---|---|
84 | |
80 | |
69 | |
46 | |
46 |
User | Count |
---|---|
106 | |
50 | |
47 | |
40 | |
39 |