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.
Hello:
I have a column in my table called FY. It only has 2020 and 2021. So MAX should result in 2021 and MAX -1 2020. Very Simple.
But when I try to do MAX its gives me the following result:
Its giving me the total number of rows: 6053315966
I know for sure my data is correct:
This is a problem because when I:
This works
@samnaw , it should have worked, unless you have used the wrong table or column. Difficult to tell without looking at data. Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.