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
Hi,
Is there any difference between the two following measures? I get the same results in my report, but I am wondering why I should use FILTER then.
Thanks in advance.
Total shipment / sea = 
CALCULATE (
    [Total shipment];
    FILTER ( 'DIM Transport'; 'DIM Transport'[mode_transport_STD] = "SEA" )
)Total shipment / sea v2 = CALCULATE ( [Total shipment]; 'DIM Transport'[mode_transport_STD] = "SEA" )
Solved! Go to Solution.
I guess this is answering my question :
https://stackoverflow.com/questions/50506030/dax-calculate-function-with-and-without-filter
Hi,
There are 3 triggers for usage of the FILTER() function
Hope this helps.
I guess this is answering my question :
https://stackoverflow.com/questions/50506030/dax-calculate-function-with-and-without-filter
 
					
				
				
			
		
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 | 
|---|---|
| 80 | |
| 49 | |
| 35 | |
| 31 | |
| 30 |