cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
orana
Helper I
Helper I

Fiscal 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 1
amitchandak
Super User
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/b...
Customer Retention Part 2: Period over Period Retention :https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-2-Period-over-Period-Retenti...

 

 

For 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

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors