This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
I am looking at subcriptions and I want to see how many active subscriptions we have.
In my column we have the following
What I need to do is create a measure which deducts all of the display names except 'Active' from 'Active' what sort of formula could I use?
Thanks!
Solved! Go to Solution.
Hi @Anonymous ,
There are two ways to get the data you want. You can refer to either of the two .
(1)A simpler way is setting in Visual filter .You can select ‘Active’ and the return value is what you want .
(2)Create a measure like:
active = CALCULATE(SELECTEDVALUE('Table'[Count of Subscription Status Active]),FILTER('Table','Table'[Subscription Status Display Name]="Active"))
And add a card to display the return value .
Best Regards
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
There are two ways to get the data you want. You can refer to either of the two .
(1)A simpler way is setting in Visual filter .You can select ‘Active’ and the return value is what you want .
(2)Create a measure like:
active = CALCULATE(SELECTEDVALUE('Table'[Count of Subscription Status Active]),FILTER('Table','Table'[Subscription Status Display Name]="Active"))
And add a card to display the return value .
Best Regards
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous
is your Subscription status display Name column or measure?
if it is a column then a simple filter will do your job
Calculate([ count of subscription status active],Subscription status display Name ="Active")
Regards
Sanalytics
It's a column! 🙂
With the calculate function how would I filter for one result and then deduct all the others?
e.g. 'Active' - (Archived + Cancelled + Out of stock + Payment Failed + Pending)?
Hi @Anonymous
Have you tried applying a filter on that visual from the filter tab?
Did it work ? Mark it as a solution to help spreading knowledge.
A kudos would be appreciated
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 25 | |
| 25 | |
| 22 | |
| 14 |
| User | Count |
|---|---|
| 61 | |
| 49 | |
| 25 | |
| 20 | |
| 20 |