Forum Discussion
xiumi_hou
6 years agoPost Partisan
Need immediate support for dax function
Dear all, I have attached my pdix file. I need the dax function by two aspects: 1. First I want to create a bar graph, I want to pick the last session date's data(by id, which i have alre...
- 6 years ago
Hi xiumi_hou
For question 2,
create a measure, then add this measure to the visual level filter of the bar chart.
rank = RANKX(ALLSELECTED(Sheet1),CALCULATE(SUM(Sheet1[Value])),,DESC,Dense)Best Regards
MaggieCommunity Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-juanli-msft
6 years agoCommunity Support
Hi xiumi_hou
For question 2,
create a measure, then add this measure to the visual level filter of the bar chart.
rank = RANKX(ALLSELECTED(Sheet1),CALCULATE(SUM(Sheet1[Value])),,DESC,Dense)
Best Regards
Maggie
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- xiumi_hou6 years agoPost Partisan
v-juanli-msft Thank you so much!