Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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!
Solved! Go to Solution.
@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)] )))
Thank you!!!
@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)] )))