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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
HishamAT
Helper I
Helper I

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
v-yilong-msft
Community Support
Community Support

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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