Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi everyone, I am first timer here with my query, and I am stuck with below issue. Here my measure "Cumulative DefScheduledQty" is calculated wrong. I am using below formulas. Kindly suggest
DefSchedulesQty =
if(ISBLANK(sum(DefaultSchedules[Qty])), sum(schedule[BilledHours]), sum(DefaultSchedules[Qty]))
Cumulative DefSchedulesQty =
Var selectedDate = SelectedValue(DimDate[date])
Var Years = YEAR(selectedDate)
Return
Calculate( [DefSchedulesQty],Filter(ALLSELECTED(DimDate),DimDate[date]<=selectedDate))
Please take a look at:
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Proud to be a Super User!
Awesome Keyboard Shortcusts in Power BI, thumbs up if you like the article
My Community Blog Articles (check them out!)
My Blog - Power M code to automatically detect column types -
How to create test data using DAX!
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
20 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |