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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
NomisSimon
Regular Visitor

Revenue calculation over different projects

Hey,

I am working on a project dashboard.

Therefore i have 7 Projects in my Database (Projectnumber) and I would like to have an intereacitve revenue -depending on my overall filter:

 

ProjectnumerRevenue by DayRevenue Multiple per Day
1953026

333

2525
4563190
1232684

 

 

Normal revenue formula (for one Project) = Revnue py Day x Revenue Multiple per Day x 360

 

Is there any one how can help mit with this formula - how to calculate my revenue depending on the Projects which i have selected via filter on my dashboard. Thank you Simon

4 REPLIES 4
NomisSimon
Regular Visitor

Hy @Adescrit ,

 

thank you for your respond - i dont get the conecting to my ongoing fylter... 

 

See below that is my measure with i am working with: 

 

NomisSimon_0-1686303278038.png

 

Parameter LP = Revenue by Day

Parameter BSS = Revnue Multiple

Parameter = Name of my Tabel 

 

Thank you 

 

Adescrit
Impactful Individual
Impactful Individual

Hi @NomisSimon 

You can try the following:
SUMX( TableName, TableName[Revenue by Day] * TableName[Revenue Multiple per Day] * 360 )

Just replace TableName with the name of your data table contianing the project number and revenue columns.


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

Hey Adescript, 

 

thank you very muche, with your quick respond. 

I tried it already - i get an value but - the value is not changing if i am changing my project - your formula seems to add up all revenues together - but i need them separate depending on my filter. 

 

Thank you

 

Adescrit
Impactful Individual
Impactful Individual

Hi @NomisSimon 

It seems to be working for me, unless I have misunderstood your request:

Adescrit_0-1686297484496.png
In the example above the Revenue measure is only displaying the revenue for the filtered project numbers.

Did you definitely create a measure and not a column?


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

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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