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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

Converting Excel Formula to Power BI

Hi All,

Need your outmost assistance on converting this excel formula to Dax  Power Bi. 

Thank you in advance!!

 

Allan-Mautante_0-1614415090895.png

 

1 ACCEPTED SOLUTION

@Anonymous 

maybe you can try to create a column

Column = minx(FILTER('Table','Table'[Validator]=EARLIER('Table'[Validator])&&'Table'[Date of Call]>EARLIER('Table'[Date of Call])),'Table'[Date of Call])

1.png





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

8 REPLIES 8
Msaba
Frequent Visitor

Hi All,

Need same assistance in converting this excel formula to Dax  Power Bi. 

=IF(ISNUMBER(SEARCH("REL CNF",[@[System status]])),"CNF",MID([@[System status]], 1, 4))

 

Thank you a lot!

@Msaba 

you can open a new post and pls provide the sample data and expected output.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Anonymous
Not applicable

Does anyone wants to shed some lights :'(

negi007
Community Champion
Community Champion

@Anonymous Hi Allan, could you please share value for all columns. In your excel sheet, there is no value in the validator column. To write any dax for this, I will have to have data in powerbi then only I can write/suggest a dax solution. If possible share data in text format so that we can copy and paste it into powerbi and then can do the testing.

 

looking forward to your response.




Did I answer your question? Mark my post as a solution!
Appreciate your Kudos



Proud to be a Super User!


Follow me on linkedin

Anonymous
Not applicable

Hi @negi007 ,

 

Thank you so much i can now see a little light on this thing hope you can help me.

Make this to be more Simpler. 

 

Allan-Mautante_1-1614488911037.png

 

Here's the table:

Date of Call
1/1/19 2:28 AM
1/1/19 8:51 AM
1/1/19 10:26 AM
1/1/19 10:39 AM
1/1/19 1:03 PM
1/1/19 1:53 PM
1/1/19 1:59 PM

 

Agent Name
invoker
lina
Shadow Demon
Alchemist
Bristleback
Sven
Alchemist

 

Validator
9586487264
9586487389
9586487256
9586487264
9586487389
9586487839
9586487264

Days repeated call

 

Answer Should look like this
1/1/19 10:39 AM
1/1/19 1:03 PM

1/1/19 1:59 PM

 

Remarks
on Days repeated call Should get the Date on the Second Call

 

@Anonymous 

maybe you can try to create a column

Column = minx(FILTER('Table','Table'[Validator]=EARLIER('Table'[Validator])&&'Table'[Date of Call]>EARLIER('Table'[Date of Call])),'Table'[Date of Call])

1.png





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Anonymous
Not applicable

Thank you so much Super  Big Help...

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.

Top Kudoed Authors