Forum Discussion
Dax Measure Help
- 2 years ago
PBI file attached.
Hope this helps.
Hi,
Share the download link of the PBI file.
Unfortunately I am not able to provide same data. However, it is a very simple table with only two fields. I think the first part of my measure is working correctly, but I want to aggregate the result even further as shown below:
- lbendlin2 years agoSuper User
I cannot assist you if you are unable to provide sample data. I hope someone else can help you further.
- th3403852 years agoHelper I
Stage 1 1 1 1 1 2 2 2 3 3 The table above is very simple sample data that can be used in a pbix file. See below for updated screenshot of current measure and desired result using the sample data:
- Ashish_Mathur2 years agoSuper User
I will need some file to work with.
- th3403852 years agoHelper I
Stage 1 1 1 1 1 2 2 2 3 3 The table above is very simple sample data that can be used in a pbix file. See below for updated screenshot of current measure and desired result using the sample data:
- Ashish_Mathur2 years agoSuper User
Hi,
This works for me
C = COUNTA(Data[Stage])Measure = CALCULATE([C],FILTER(ALL(Data[Stage]),Data[Stage]>=MIN(Data[Stage])))