Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
I have a dimdate table which has Program year(Jul 1-Jun30) and a Fiscal year(Oct 1-sep 30). I want to cal calculate the budget for the program year across the two fiscal year buckets.
The measure I want to create is like the one below,but when I try to reference the columns from the date table it is faded( because I don't want the aggregated form).
Total Allocations FY=
Var FY1 =DIVIDE(Measures_table[Table Allocations],3)
Var FY2 =DIVIDE(Measures_table[Table Allocations],9)
return
if Program year from dimdate is greater than Fiscal year from dim date,then FY1:
elif:
Program year from dimdate is equal to Fiscal year from dim date ,then FY2
else:
None(Blank())
Can anyone help me with any workarounds?
@Nate_BI , datesytd can take FY end date, See if this blog can help
Distributing/Allocating the Yearly Target(Convert to Daily Target): Measure ( Daily/YTD): Magic of CLOSINGBALANCEYEAR With TOTALYTD/DATESYTD: https://community.powerbi.com/t5/Community-Blog/Power-BI-Distributing-Allocating-the-Yearly-Target-C...
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
93 | |
58 | |
44 | |
35 | |
34 |