Forum Discussion
Create a measure or calculated column based on 2 columns
- 8 years ago
Hi,
Ensure that the Date column has actual Date entries. Create a relationship from the Date column of your sample dataset to the Date column of your Calendar Table. In the slicer, drag Date from the Calendar Table. In your Table visual, drag Date, Name and Category from the sample dataset. Write these measures
Total=SUM(Data[Amount])
Count=COUNTROWS(Data)
Hope this helps.
Hi,
Ensure that the Date column has actual Date entries. Create a relationship from the Date column of your sample dataset to the Date column of your Calendar Table. In the slicer, drag Date from the Calendar Table. In your Table visual, drag Date, Name and Category from the sample dataset. Write these measures
Total=SUM(Data[Amount])
Count=COUNTROWS(Data)
Hope this helps.