Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Summarize Test =
COUNTROWS (
SUMMARIZE (
Sales_AGG,
Sales_AGG[Date],
Sales_AGG[Store],
'DATE'[DayOfWeek]
)
)
Summarize Test 2 =
COUNTROWS (
SUMMARIZE (
Sales_Detail,
Sales_Detail[Date],
Sales_Detail[Store],
'DATE'[DayOfWeek]
)
)
Our date table is a Dual Storage Mode table, so I would expect the measure to work the same as with the aggregate tables. Any help would be appreciated.
Hi, @DaHolla
Is there a relationship between 'Sales_Detail' and 'DATE'? We need more information to judge.
Best Regards,
Community Support Team _ Janey
Sorry, I thought I provided the join info in my post!
Sales_Detail is joined to DATE on a datekey, many to one cardinality, single cross filter direction, relationship is active. The join to Sales_Agg is identical.
Hi, @DaHolla
The direction of the relationship is very important. Generally speaking, the relationship between the calendar table and the main table should be one-to-many, not many-to-one.
Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.
Best Regards,
Community Support Team _ Janey
Hi, @DaHolla
I test it and it's different with you. Is your DQ data source from powerbi datasets? When you write measure, the fields in the date table should not appear automatically,right?
Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.
Best Regards,
Community Support Team _ Janey
Hi @v-janeyg-msft,
The fields do appear automatically from the date table, with both the Sales_Agg and Sales_Detail tables. Another reason why I'm so confused the measures behave differently.
Please show the relevant part of your data model.
| User | Count |
|---|---|
| 50 | |
| 40 | |
| 32 | |
| 14 | |
| 13 |
| User | Count |
|---|---|
| 87 | |
| 73 | |
| 37 | |
| 28 | |
| 26 |