Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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...
User | Count |
---|---|
89 | |
82 | |
53 | |
40 | |
35 |