Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi Experts,
I have a Fiscal Year/ Period column using which I have defined Fiscal Quarters. Is there way/ formula to know the on going fiscal quarter.
Quick response is highly appreciated!
Regards,
Ashok
Assuming your date dimension has a field containing calendar dates:
Current Fiscal Quarter = LOOKUPVALUE( DimDate[Fiscal Quarter] ,DimDate[Date] ,TODAY() )
You can then use this anywhere you need to return the current fiscal quarter. This is unaffected by filter or row context.
Thanks @greggyb,
I could resolve many "current"s like Fiscal Year, Fiscal Quarter, Week etc.
Regards,
Deepak
User | Count |
---|---|
64 | |
59 | |
47 | |
33 | |
32 |
User | Count |
---|---|
84 | |
75 | |
56 | |
50 | |
44 |