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'm new to Power Bi so apologies if this is obvious but I cannot figure out why my DAX isn't working! Any help is appreciated.
I have Table "FTE" which has columns brought through from a JSON query from a database containing several thousand rows of data. I have extended this table with an additional column called "FTE_Calc_August" which uses DAX code to generate it's output values. This works correctly.
I also have Table B, related to Table FTE with a 1:many relationship. This contains 10 rows of data, 1 row per business site location. This needs to show summarised data per site.
Within Table A, I have created a new column called "Variance_Aug" in which I want sum all the "FTE_Calc_August" values within Table FTE filtered by SiteID. I have tried using the following:
@Anonymous Any chance you can provide sample data or the PBIX?