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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live 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?
| User | Count |
|---|---|
| 53 | |
| 40 | |
| 35 | |
| 24 | |
| 22 |
| User | Count |
|---|---|
| 136 | |
| 111 | |
| 58 | |
| 43 | |
| 38 |