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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

Create a measure with special filter

PRoblem.JPG

 

As you can see here, the sales are divided into 3 groups

 

My goal is to make my own measure for each group but I do not know how to do it

 

In the end I want to create a own measure for:

 

BUD - Sales
IVC - Sales
MFC -Sales

 

Please help me asap

 

Best regards,

Tobias

 

1 ACCEPTED SOLUTION
tex628
Community Champion
Community Champion

Well, it would most likely look something along the lines of:

 

BUD Sales = CALCULATE( SUM('Table'[Sales]) , 'Table'[Type] = "BUD" )
IVC Sales = CALCULATE( SUM('Table'[Sales]) , 'Table'[Type] = "IVC" )
MFC Sales = CALCULATE( SUM('Table'[Sales]) , 'Table'[Type] = "MFC" )

 

 


Connect on LinkedIn

View solution in original post

3 REPLIES 3
nahid3152
Helper II
Helper II

can u explain more about ur requirement ?
tex628
Community Champion
Community Champion

Well, it would most likely look something along the lines of:

 

BUD Sales = CALCULATE( SUM('Table'[Sales]) , 'Table'[Type] = "BUD" )
IVC Sales = CALCULATE( SUM('Table'[Sales]) , 'Table'[Type] = "IVC" )
MFC Sales = CALCULATE( SUM('Table'[Sales]) , 'Table'[Type] = "MFC" )

 

 


Connect on LinkedIn
Anonymous
Not applicable

@tex628 

Thank you!!!

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.