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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Top 5 Visitor browser - Problem with COUNTX function

Hi,

 

the function worked to count the URLs but now I want to do the same with the browsers and it gives me error, but I don´t know why.

What is the problem?

 

Thx

browser.PNG

1 ACCEPTED SOLUTION
v-deddai1-msft
Community Support
Community Support

Hi @Anonymous ,

 

EARLIER is a DAX function that acts exclusively on row context,  and its purpose is to create a reference to a column value on an outer loop of the evaluation of the expression.  It is commonly used in calculated columns during nested row by row iterations. 

 

And it also can be used in measure when there nested row context in measure like ADDCOLUMNS function. For more details, please refer to https://javierguillen.wordpress.com/2012/02/06/can-earlier-be-used-in-dax-measures/

 

And in your situation, are you creating a  measure? Would you please try to use MAX() instead of EARLIER? If it doesn't work, please show us some sample data by onedrive for business that we can help you well.

 

If this post help, please consider accept it as the solution to help others find it more  quickly.

 

Best Regard,

Dedmon Dai

 

View solution in original post

1 REPLY 1
v-deddai1-msft
Community Support
Community Support

Hi @Anonymous ,

 

EARLIER is a DAX function that acts exclusively on row context,  and its purpose is to create a reference to a column value on an outer loop of the evaluation of the expression.  It is commonly used in calculated columns during nested row by row iterations. 

 

And it also can be used in measure when there nested row context in measure like ADDCOLUMNS function. For more details, please refer to https://javierguillen.wordpress.com/2012/02/06/can-earlier-be-used-in-dax-measures/

 

And in your situation, are you creating a  measure? Would you please try to use MAX() instead of EARLIER? If it doesn't work, please show us some sample data by onedrive for business that we can help you well.

 

If this post help, please consider accept it as the solution to help others find it more  quickly.

 

Best Regard,

Dedmon Dai

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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