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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Chandrashekar
Resolver III
Resolver III

Dip in the Count

Hello, 

 

Can you please help me with dax/column for where it shows dip in count of tickets.

 

In this example Company(AAB found in Jan-24 & Feb-24) and repeated once i.e Jan-24 & Feb-24. 

 

However not found in the month Mar to May. I need to display dip in the count. 

 

Link: Folder 

 

Regards,

Chandrashekar B

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Chandrashekar ,
Glad to see you found a solution and shared it. Please create a new post if you have another problem. One answer to one post will make it quicker for others with similar problems to find the answer.

Best regards,
Albert He

View solution in original post

10 REPLIES 10
Anonymous
Not applicable

Hi @Chandrashekar ,
Thanks for @ThxAlot  effort.
Based on your description, I can understand that you want to highlight the process of increasing and decreasing.To help you further please provide the results you want to target in the form of a screenshot or excel.


Best regards,
Albert He

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

Hello,

 

I got dax what am looking for and it is working fine.

I have one more question on the same. May I know how get avegare for the same. For Ex: average(last N month/last N month-1). if am wrong in calculating avegare correct me.

Link: Folder 

 

DAX:

comparison =
var min_count=[min_count1]
var max_count=[max_count1]
var company = SELECTEDVALUE(Sheet1[Company])
return
if([min_count1] = [max_count1],"Observed Consistence in count",
if([min_count1] <= [max_count1],
"Client " & company & " found Raise in Count " & min_count & " to " & max_count,
"Client " & company & " found Dip in Count " & min_count & " to " & max_count) )
Anonymous
Not applicable

Hi @Chandrashekar ,
Glad to see you found a solution and shared it. Please create a new post if you have another problem. One answer to one post will make it quicker for others with similar problems to find the answer.

Best regards,
Albert He

Hello Albert,

 

Thanks for your help. I will open new post.

 

Regards,

Chandrashekar B

Hello,

 

Thank you for your reply. Here is the screen shot.

Link: Folder 

Chandrashekar_0-1717061729748.png

 

Regards,

Chandrashekar B

Hello,

 

Can we get output as below.

Chandrashekar_1-1717131524070.png

 

Regards,

Chandrashekar B

ThxAlot
Super User
Super User

ThxAlot_0-1716320149569.png



Expertise = List.Accumulate(


        {Days as from Today},


        {Skills and Knowledge},


        (Current, Everyday) => Current & Day.LearnAndPractise(Everyday)


)



Hello,

 

Thanks a lot. I need output in table format like and possible condtional format highlihting the row.

1. Client AAB found Dip in May from 1(Jan-24) to 0 (May-24)

2. Client ABC found rise in May from 1(Apr-24) to 5(May-24)

 

Regards,

Chandrashekar B

Hello,

 

Any help on the request?

 

Regards,

Chandrashekar B

Hello,

 

Can anyone help on the request.

 

Regards,

Chandrashekar B

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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