Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hi All,
I am trying to remove timestamp from date parameter in power bi report builder. Below is my query for my date parameter.
EVALUATE SUMMARIZECOLUMNS('APPS SWN_EIS_LOS_SUMMARIES_V'[GL_DATE], RSCustomDaxFilter(@APPSSWNEISLOSSUMMARIESVFiscalYear,EqualToCondition,[APPS SWN_EIS_LOS_SUMMARIES_V].[Fiscal Year],Int64))
I tried below code but not giving any result.
EVALUATE
VAR _TempTable= SUMMARIZECOLUMNS ('APPS SWN_EIS_LOS_SUMMARIES_V'[GL_DATE],RSCustomDaxFilter(@APPSSWNEISLOSSUMMARIESVFiscalYear,EqualToCondition,[APPS SWN_EIS_LOS_SUMMARIES_V].[Fiscal Year],Int64))
Return
SELECTCOLUMNS(_TempTable,"GL_DATE",FORMAT([GL_DATE], "MMM-yy"))
I am using power bi dataset where date is alredy formatted but in power bi report builder(SSRS) its not happening.
Anyone have any idea how we can remove timestamp from date parametr in power bi report builder(SSRS).
Thanks in advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.