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
irfanelevated
Helper II
Helper II

Amount for MIN Date

Hi,

Below is my calculation It is giving the correct number except for populating to a single cell-

 

MIN =
Var mind=CALCULATE(MIN(final[TweetDate]),ALLEXCEPT(final, final[Created_At], final[From_User_Name], final[TickerName]))
return
CALCULATE(MAX(final[CloseAmt]), final[TweetDate]=mind)
 
 

Capture.PNG

 
 Could you please help me to display the number in all cells?
 
Any help would be appreciated.
 
Thanks,
Irfan
5 REPLIES 5
v-lionel-msft
Community Support
Community Support

Hi @irfanelevated ,

 

Are they the same problem?

Max and Min Value for each week 

 

Best regards,
Lionel Chen

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

mahoneypat
Microsoft Employee
Microsoft Employee

Try adding your Week column (the columns in visual) to your ALLEXCEPT.

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Hi @mahoneypat ,

 

I have added the field but still not showing it Capture.PNGto all columns.

 

Can you share an example table with mock data? or better yet a link to a mock up of your pbix file?  If not, is your Created-at column a datetime column?  You may not be removing filters from all the right columns.  Try starting with just ALL and then add columns to AllEXCEPT one by one to troubleshoot.

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


amitchandak
Super User
Super User

@irfanelevated , In var you need column of week in allexcept

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

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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