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.
Hi Experts
I would like to re do my calculated column measure in Sales_DATA_Master table. within Power Query as a Custom Column as its blowing up my PBIX file size from 17MB to 82MB when i have 11 calculated columns in my Sales FACT Table.
Measure i would like to move
@Anonymous , Seem like you want to create % of subtotal/ total
You have to create a summarize table in power query with the required total and merge
refer: https://exceloffthegrid.com/power-query-group-by/
then merge https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/
or refer
Hi Amit. I am not working out the % of Sub-Total over Total. Its the Working out the % of each line item over total based on Channel, Region, and other criteria....