Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
KatkaS
Post Patron
Post Patron

Filter not working with cumulative measure

Hello,

 

I created a measure for cumulative number of licences (Please see below).

It is working fine, but not when I apply separate filer on CoE and Operational company...

I do have a relationship created (and working) between a master table that contains list of COEs and companies and the table with list of licences..

I know it is difficult to say, but perhaps there is a simple explanation to it..?

 

Thank you very much!

 

# Cumulative total licences = CALCULATE ( DISTINCTCOUNT( 'LD_LinkedIn learning'[GUID]),FILTER (ALL ( 'LD_LinkedIn learning' ), 'LD_LinkedIn learning'[Activation Date (PST/PDT)] <= MAX ( 'LD_LinkedIn learning'[Activation Date (PST/PDT)] )))
 
pic1.png

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@KatkaS , Try allselected in place of all and check

 

# Cumulative total licences = CALCULATE ( DISTINCTCOUNT( 'LD_LinkedIn learning'[GUID]),FILTER (allselected( 'LD_LinkedIn learning' ), 'LD_LinkedIn learning'[Activation Date (PST/PDT)] <= MAX ( 'LD_LinkedIn learning'[Activation Date (PST/PDT)] )))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
KatkaS
Post Patron
Post Patron

Thank you!!!

amitchandak
Super User
Super User

@KatkaS , Try allselected in place of all and check

 

# Cumulative total licences = CALCULATE ( DISTINCTCOUNT( 'LD_LinkedIn learning'[GUID]),FILTER (allselected( 'LD_LinkedIn learning' ), 'LD_LinkedIn learning'[Activation Date (PST/PDT)] <= MAX ( 'LD_LinkedIn learning'[Activation Date (PST/PDT)] )))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors