Forum Discussion
Anonymous
6 years agoNot applicable
Relationship issue with Measure
Hi Experts I have been looking at this problem for 3 days and cannot see why my table to the right does not show the same p-value for each of the month periods. Scenario If you select product id ...
- 6 years ago
New Table
My Table = VAR OuterComplaints = COUNTROWS ( PMS_COMPLAINT ) RETURN ADDCOLUMNS ( VALUES ( PMS_FINANCIAL_PDS[Month Start] ), "CountComplaints", CALCULATE ( COUNTROWS ( PMS_COMPLAINT ) ), "Index", RANKX ( PMS_FINANCIAL_PDS, PMS_FINANCIAL_PDS[Month Start],,, DENSE ), "Outer Complaints", OuterComplaints )Something along these lines...
freder1ck
6 years agoKudo Kingpin
Hi Anonymous,
Nice dashboard and some advanced (to me) stats! I've tagged this with #statistics to get the attention of the stats geniuses.
When I click each month bar below, I notice that the p-value is 1. Wouldn't this be correct? That is, the correlation between month 10 and the dataset of month 10 only would be one.
Your data model and relationships look pretty good. I have a couple of suggestions.
- Your calendar table is monthly not daily so it can't be marked as a date table. Be sure to turn off auto date time for this report in settings (Options and Settings: options: Current File: Time Intelligence: Auto date/time). Doing this will reduce your file size.
- You have multiple transaction tables/fact tables connected to a shared lookup or dimension table with bi-directional filtering, which can create ambiguity. For complaint description, it's 1-1 but you can actually set it as 1-many or many-1 (put the many on the complaint table side). Not sure why you set Parts to bi-directional. If it's to cross-filter slicers, then there's a better way.
organized data model
Anonymous
6 years agoNot applicable
here is a more up to date file, replacing the older file from yesterday.
https://www.dropbox.com/s/w4p1z5ueibwrwxd/Sample__Test.%281%29.pbix?dl=0
- Anonymous6 years agoNot applicable
I cannot see the file - would you please create a new link to the file?
- Anonymous6 years agoNot applicable