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.
Very good to all,
I have a problem when calculating a total average based on two averages already calculated with filters since these have negative values and in the filters I eliminate the negative values when adding both averages already calculated to get a total average the filters I make in this are not correct and therefore the total average gives me incorrect, as it could proceed so that the total average is calculated correctly without counting the negatives of both averages already calculated.
Thank you very much in advance.
@Syndicate_Admin , this might be because of row context used
you can avg have using the column in visual
averages(values(Table[column]), [measure] )
Is there a way for me to be able to use IF with an average so that I only take into account the largest numbers or giuales to 0 of a column?