Forum Discussion
Filtering measure with different behaviours
- 6 years ago
MigWare ,
Card visual must display same value as total value on crosstab if it is the same measure. It is the same number, just different visualization.
Try to remove .day part here: Table[worked_date].[Day])
I tried to replicate data and put some dummy data, if i add .Day i get 366 both in crosstab and card. If i remove that part i get correct data both in crosstab and card.
Without .Day:
With .Day:
HI MigWare,
I think it should be related to power bi auto date/time analysis feature, normally it will auto-generated a hidden calendar table with date fields.
It seems like you're formula reference and calculates on the hidden hierarchy date fields instead of raw table records so it got the wrong result. Please take a look at the following document to know more about that field:
Apply auto date/time in Power BI Desktop
Regards,
Xiaoxin Sheng