Forum Discussion
orana
Helper I
3 years agoFiscal Year measure
I created the below measure and used it to create a table that shows the customer name and the measure below. However, I want the measure below to exclude customers with no sales in FY22 (var a) or FY22 (var b).
FY23Q1 subtract FY22Q1 =
var a = CALCULATE(sum('Table'[Sales]), 'Table'[Fiscal Year] = 2023, Table[Fiscal Quarter]="Q1")
var b = CALCULATE(sum('Table'[Sales]),'Table'[Fiscal Year] = 2022,Table[Fiscal Quarter]="Q1")
return
a - b
1 Reply
- amitchandak
Super User
orana , refer the approch
Customer Retention Part 1:
https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-1-Month-on-Month-Retention/ba-p/1361529
Customer Retention Part 2: Period over Period Retention :https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-2-Period-over-Period-Retention/ba-p/1377458For Qtr /qtr measure check
Time Intelligence, Part of learn Power BI https://youtu.be/cN8AO3_vmlY?t=27510
Time Intelligence, DATESMTD, DATESQTD, DATESYTD, Week On Week, Week Till Date, Custom Period on Period,
Custom Period till date: https://youtu.be/aU2aKbnHuWs&t=145s