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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Mal1
Frequent Visitor

Assign price/cost to the first occuring each month

Hi,

 

I have a dataset of Date - Month - Product - Category where there are 3 categories and around 40 products.

 

I want to assign a cost only for the first occurence of each product in each month based on the category they belong to. Note that "Product" is not unique. Any advice for how to implement that?

 

Thanks for help!

1 ACCEPTED SOLUTION
v-juanli-msft
Community Support
Community Support

Hi @Mal1

Although, i don't know how to assign a cost for the first occurence of product, i can figure out which ones are the first occurence of product.

Look at my test, 

First sort the table by "date" column (Modeling->Sort by column),

Second, in query editor,create an index column from 1, 

Third, create calculated columns below

minvalue = CALCULATE(MIN([Index]),ALLEXCEPT(Sheet1,Sheet1[Category],Sheet1[Month],Sheet1[Product]))
firstoccurence = IF([minvalue]=[Index],[Product])

2.png

Best Regards

Maggie

 

View solution in original post

1 REPLY 1
v-juanli-msft
Community Support
Community Support

Hi @Mal1

Although, i don't know how to assign a cost for the first occurence of product, i can figure out which ones are the first occurence of product.

Look at my test, 

First sort the table by "date" column (Modeling->Sort by column),

Second, in query editor,create an index column from 1, 

Third, create calculated columns below

minvalue = CALCULATE(MIN([Index]),ALLEXCEPT(Sheet1,Sheet1[Category],Sheet1[Month],Sheet1[Product]))
firstoccurence = IF([minvalue]=[Index],[Product])

2.png

Best Regards

Maggie

 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.