Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
 
					
				
		
Hello great people could you please help me to fix my error. As a new learer of Power BI, facing some basic difficulties. Appreciate your help.
Solved! Go to Solution.
Hi @Anonymous ,
You're getting the error beause in a measure you will need to specify an aggregation in order to reference a column.
Progress measure = DIVIDE(CALCULATE(MAX(Table_query_Progress Status),[In scope Measure])
Kind regards,
Rohit
Please mark this answer as the solution if it resolves your issue. 
Appreciate your kudos! 🙂
Hi @Anonymous ,
This is because of missing brackets. Please ensure that you use tabs in your code to improve readability and troubleshooting time.
Progress measure =
DIVIDE(
        CALCULATE(
                  MAX(Table_query__1[Progress Status (If In-Progress)])
        ),
[In scope Measure]
)
Kind regards,
Rohit
 
					
				
		
Appreciate your help. 🙂
 
					
				
		
Too few arguments were passed to the DIVIDE function. The minimum argument count for the function is 2.
Hi @Anonymous ,
This is because of missing brackets. Please ensure that you use tabs in your code to improve readability and troubleshooting time.
Progress measure =
DIVIDE(
        CALCULATE(
                  MAX(Table_query__1[Progress Status (If In-Progress)])
        ),
[In scope Measure]
)
Kind regards,
Rohit
 
					
				
		
Thank you. Appreciate your help. 🙂
Hi @Anonymous ,
You're getting the error beause in a measure you will need to specify an aggregation in order to reference a column.
Progress measure = DIVIDE(CALCULATE(MAX(Table_query_Progress Status),[In scope Measure])
Kind regards,
Rohit
Please mark this answer as the solution if it resolves your issue. 
Appreciate your kudos! 🙂
 
					
				
				
			
		
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
 
            | User | Count | 
|---|---|
| 84 | |
| 49 | |
| 36 | |
| 31 | |
| 30 |