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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
HishamAT
Helper II
Helper II

Distribute Net Revenue between 2 columns using the date

Hi

How can I create a table and distribute the Net Revenue between 2 columns using the date? for example :

Net Rev for the Year 2019 is 1000

Net Rev for the Year 2023 is 2000 

this should be like this table  : 

YearNetRev19NetRev23
201910000
202302000

 

1 ACCEPTED SOLUTION
Ahmedx
Super User
Super User

3 REPLIES 3
Anonymous
Not applicable

Hi, @HishamAT 

Based on the information you have provided, Here are my answers to your questions.

  1. Generating a table with Year and Rev.

vyilongmsft_0-1703660240498.png

 

  1. Create a Net Revenue, Rev and Measure to integrate them with the table above to get the results you want.

vyilongmsft_1-1703660240500.png

vyilongmsft_0-1703660417066.png

vyilongmsft_1-1703660430402.png

 

 

How to Get Your Question Answered Quickly 

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

Best Regards

Yilong Zhou

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

ryan_mayu
Super User
Super User

@HishamAT 

maybe you can try to create two measures

2019value = CALCULATE(sum('Table'[value]),FILTER('Table','Table'[year]=2019))

2023value = CALCULATE(sum('Table'[value]),FILTER('Table','Table'[year]=2023))

11.PNG





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

Proud to be a Super User!




Ahmedx
Super User
Super User

pls try htis

Screenshot_4.png

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.

Top Solution Authors