The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi all,
I hope someone can help me with this. I'm new to Power BI, but have a bit of programming experiance. The logic of this makes sense to me, but I can't quite pinpoint a way to do it as a measure. And I do hope I explain this well, I struggle to wrtie down whats in my head.
What I'm looking for is a measure that will sum the daily value of the projects active in the selected date range.
eg:
Date Range: 20/05/2023 - 22/05/2023
Date: 20/5/2023
Projects Active on This Date: 555, 234, 128, 542
Daily Value of Each of These Projects: $600, $1000, $5000, $20
Sum of Daily Values for This Date: $6620
Thus, 20/5/2023 is worth $6620 to us.
Date: 21/5/2023
Projects Active on This Date: 234, 128, 542
Daily Value of Each of These Projects: $1000, $5000, $20
Sum of Daily Values for This Date: $6020
Thus, 21/5/2023 is worth $6020 to us.
Date: 22/5/2023
Projects Active on This Date: 234, 128, 542, 784
Daily Value of Each of These Projects: $1000, $5000, $20, $40
Sum of Daily Values for This Date: $6060
Thus, 22/5/2023 is worth $6060 to us.
...and so on...
I then want to plot that on a graph where Y = Daily Value Sum, X = Each Day.
This is easy enough to write in something like C#, but i'm struggeling to do it as a Power BI measure.
Thank you!
Hi,
Share data in a format that can be pasted in an MS Excel file.