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.
Hi everyone, i have this column, that sums -21,13 but in total my filtered table shows 0.
How can i get the correct total considering than im filtering by the following measure column called "Filter Elasticidades Grandes":
Also i would like to have a index who allows me to see how many rows has my table, so then, i could be able to see if my measure:
Solved! Go to Solution.
@Anonymous , Not very clear, if you need sum you can try
elasticidad = Sumx(Filter( VALUES(Combinar1[Numero semana]) , [Filter Elasticidades Grandes] = "Si considerar" ) ,[Elasticidad])
@Anonymous , Not very clear, if you need sum you can try
elasticidad = Sumx(Filter( VALUES(Combinar1[Numero semana]) , [Filter Elasticidades Grandes] = "Si considerar" ) ,[Elasticidad])
Thanks for your help