Forum Discussion
Anonymous
6 years agoNot applicable
Column Chart - measure based on axis value
We have Dynamics CE in our org and for measuring some metrics around it, we need to know the total number of licensed users for each month. I have a systemsuser table which has these fields - Li...
- 6 years ago
Hi Anonymous ,
You need a distinct date table to do it and use SELECTEDVALUE() to replace your hardcode.
Here is my sample result.
Here is my test file for your reference.
v-eachen-msft
6 years agoCommunity Support
Hi Anonymous ,
You need a distinct date table to do it and use SELECTEDVALUE() to replace your hardcode.
Here is my sample result.
Here is my test file for your reference.