Join 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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi everyone,
I have live connected SSAS cube to my Power BI model, and I faced an issue where slicer can't read date field as date. I looked for solution in community forums and stackoverflow and got answer that I should make "order by key". After I altered olap cube, Power BI didn't find it. I meant this:
What can be an issue?
Also, is there another way to change olap, so date will be recognized as date in Power BI?
Regards,
Yerkhan
Solved! Go to Solution.
@ysapiyev,
"I have live connected SSAS cube to my Power BI model, and I faced an issue where slicer can't read date field as date"
Could you please post a screenshot about the above behavior ? What does the slicer look like in Power BI Desktop?
Regards,
Lydia
@Anonymous,
Here what my slicer is look like:
Date is recognized as string, in my custom visuals, I parsed it from string. However, in slicer, I was not able to do so.
Regards,
Yerkhan
@ysapiyev,
Check my date slicer in SSAS live connection, you should have a similar Date.Value.
Regards,
Lydia
@Anonymous,
Thanks for reply. I don't have value field in my SSAS. What can be an issue?
Regards,
Yerkhan
@Anonymous,
Thanks!