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 need the percent of total for current years and prior years columns. I made a measure for Current years that works:
Sales % Total = 'Order_Line_Invoice'[SalesSUM]/CALCULATE(sum('Order_Line_Invoice'[Sales]),ALLSELECTED())
Prior year is a calculated measure:
SalesPY =
CALCULATE (
Order_Line_Invoice[SalesSum],
SAMEPERIODLASTYEAR(Dates_INV[Date]))
I cannot make the Percent of Total for that. It will not let me apparently use my SalesPY measure in a Calculated Measure.
Recommendations?
User | Count |
---|---|
10 | |
8 | |
5 | |
5 | |
4 |