I m following the below article to create MTD, QTD and YTD (Time intelligence) calculation group in SSAS Tabular model in VS and then deploying it to Azure AS.
calculation group :
CALCULATE(SELECTEDMEASURE(), DATESMTD(DimDate[Date]))
CALCULATE(SELECTEDMEASURE(), DATESQTD(DimDate[Date]))
CALCULATE(SELECTEDMEASURE(), DATESYTD(DimDate[Date]))
https://devblogs.microsoft.com/premier-developer/dax-calculation-groups-for-time-intelligence/
The problem I m facing is that my visuals are not filtering .
My visuals on PowerBI Client dont load when I click on YTD or QTD or MTD slicer
I have star schema with 10 Dimensions and 1 fact sales table and a DimDate Table which has the the date and the datekey.
All my measures are in the fact table and have created around calculated 20 measures on top of it which are under measures folder but they don't sit under calculation groups .
Do I need to associate my calculated measures with the calculation group to ensure the slicers work?
DimDate table data
Visual studio version
Powerbi Version