The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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....