Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi Bi Developers! I'm trying to get ramining value by month and showing data as below but I couldn't get what I need:
I am using this measure but it doesn't gie me what I need:
Cumulative_Billing_Local =
CALCULATE (
[Billings_Local],
FILTER( ALL('Calendar'),
'Calendar'[Date] <= MIN( 'Calendar'[Date] )))
Any idea how to get this ?
I don't want to get duplicated values in Prepayment and Burndown value. remaining values should work only in subtotal row
Thanks in advanced!
Erica
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
18 | |
15 | |
7 | |
5 |