Forum Discussion
cshashank
9 years agoFrequent Visitor
DAX Help: Extract value based on last execution
Hi, I have a below scenario: Timestamp CaseID CaseTitle Status 8-16-2017 5:00 1 TestCase A Pass 8-16-2017 5:00 2 TestCase B Pass 8-16-2017 5:00 3 TestCase C Pass 8-16-...
- 9 years ago
Hey,
maybe this would be a solution, I'm counting the caseid (distinct count) to get the numbers in this table
I did not use a measure I just changed the Aggregate function in the visuals pane and renamed the column in the visual
Maybe now I'm getting closer
TomMartens
9 years agoSuper User
Please forgive my slow thinking, but I have no idea what is do mean by grouping, please provide a visual like so
And also provide input what approach of the suggestions you are using
cshashank
9 years agoFrequent Visitor
I just wanted to show Pass/Fail in Pie Chart rather than column chart.