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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I have table grid which have 5-6 columns coming from 3 different tables have relationship. I want to apply custom formula on specific row grand total.
The column contains data of week count for the specific machines. Currently it simply applying sum() as grand total on the column data. I want to apply custom formula like (sum of week count)/(count of machines * 252). Count of machine I can get it from the measure.
Thanks in advance.
I can calculate the grand total formula as measure but not sure how I can place that measure at the row grand total?