Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
elseoutzen
Regular Visitor

Measure has too long respond time.

I have a report where 1 measure gives me too long repsons time and I can not figure out who to do this better. 

(result is correct)

 

I have 4 files   CAP (fact)  and SALES (fact) + date table + CUSTOMER table

 

Relationships: : 

CAP to date (many to one)

SALES to date (many to one)

CAP to CUSTOMER (many to one)

SALES to CUSTOMER (many to one)

 

6 measures:

NS : CALCULATE(SUM(SALES[netsales])) 

Sales FY22 = CALCULATE([NS], FILTER(ALL('DATE'),'DATE'[Fiscal Year] = 2022))

SALES YTD = TOTALYTD(CALCULATE([NS]),'DATE'[DATE],"6-30")

#CAP = CALCULATE(DISTINCTCOUNT('CAP'[CustomerID]),'CAP[ACTIVTY]>0)  

#CAP active 2Y= calculate([#CAP], filter('CUSTOMER',[sales FY22]>1||[SALES YTD]>1))

 

Below last measure is the problem:  (I want to find the YTD sales comming from "customers with CAP Active 2Y" )

 

Sales YTD from “#CAP Active 2Y = calculate([sales YTD],FILTER('CUSTOMER',[ #CAP active 2Y]=1))

 

Anyone who has an idea how to do this better? 

 

Thanks 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@elseoutzen , Try like

 

SUmx(filter('CUSTOMER',[sales FY22]>1||[SALES YTD]>1),[#CAP])

 

or

 

SUmx(filter(values('CUSTOMER'[Customer]) ,[sales FY22]>1||[SALES YTD]>1),[#CAP])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@elseoutzen , Try like

 

SUmx(filter('CUSTOMER',[sales FY22]>1||[SALES YTD]>1),[#CAP])

 

or

 

SUmx(filter(values('CUSTOMER'[Customer]) ,[sales FY22]>1||[SALES YTD]>1),[#CAP])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

This works perfect, Thank you so much 🙂 very helpful

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.