The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi team,
below is how my current measure , i need to add filter for Year into this measure
that means when i select my slicer for FY18 and Q1, it shows me only FY18 Q1 result and similarly for FY19 as well
currently the below measure is adding the value of Q1 of FY18 and FY19 (not filtering out correctly)
Hi @vjnvinod ,
Could you tell me if your problem has been solved? If it is, kindly mark the helpful answer as a solution if you feel that makes sense. Welcome to share your own solution. More people will benefit from here.
Best Regards,
Xue
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @vjnvinod ,
I create a sample using the measure to calculate the value of next year. And I put the values into a table visual.
Create a new table.
Table = CALENDARAUTO()
Create a measure
DATEADD = CALCULATE(SUM(Table1[value]),DATEADD('Table'[Date],1,YEAR))
Note: the date in slicer and table is from Table 1.
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
56 | |
54 | |
54 | |
49 | |
30 |
User | Count |
---|---|
173 | |
89 | |
70 | |
46 | |
45 |