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.
xiumi_hou
6 years agoPost Partisan
UP