Forum Discussion
Using DAX Measure for Categories against SSAS Direct Connection
- 5 years ago
Hi msatterwhite ,
Yes,you cant put measure in rows,could you use "No of days" instead?
Such as below:
If you need the column "No of days" showing in matrix ,you could hide it by tricks:Go to column headers>switch "word wrap":off
You could check my updated .pbix file attached.
Best Regards,
KellyDid I answer your question? Mark my post as a solution!
msatterwhite , actually to do measure bucketing you need to use an independent date table. As you are using SSAS, you might have go few things at SSAS only
I have explained bucketing here :https://youtu.be/CuczXPj0N-k
or refer these
https://www.daxpatterns.com/dynamic-segmentation/
https://radacad.com/grouping-and-binning-step-towards-better-data-visualization
- msatterwhite5 years agoFrequent Visitor
Thank you for your response. I've been trying to use the technique from your video and the links you provided but I'm unable to put my Buckets measure in the Rows area. I think my direct-connection to SSAS prevents me from being able to use the Buckets measure the way I want to.
Have you tried your approach when using a "Connect-live" connection to SSAS? I'm curious to know if it works.
Thanks.
Please see my reply to v-kelly-msft above, which goes into more detail.