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
JenKF
New Member

New Column to Show the First Month with Data Values

I am trying to create a new column that can tell me which month each project starts producing revenue.  I need this column to be in the data table (not just through a table visualization) so that I can utilize this new column as a dropdown filter.  For example, I would want to select a filter to see all project names that start making revenue in August, then switch over to see the ones that start in September.

 

Any help would be appreciated. Thank you!

 

Original Data Set:

ProjectJanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember
Project 10000000150175200200200
Project 20000000050150300300
Project 3000000000400400400
Project 400000020015015010010075

 

Desired Data Set:

ProjectJanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecemberRevenue Start
Project 10000000150175200200200August
Project 20000000050150300300September
Project 3000000000400400400October
Project 400000020015015010010075July

 

1 REPLY 1
amitchandak
Super User
Super User

@JenKF , You can show the same in grand total

if(isinscope(Table[Month], [measure],

Minx(Values(Table[Month]), if([Measure] >0, [Month], blank())

) )

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
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 Solution Authors