Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how can we get number of fridays in june month
Hi Sravani,
While loading the data do this
Data:
Load
*,
WeekDay(DateFieldName) AS Day
FROM DataSource;
Now in expression use this set analysis expression
=Count({<Day={'Fri'}>} DISTINCT DateFieldName)
Hope this helps you.
Regards,
Jagan.
Please find the attachement for Solution.
-Nilesh