Forum Discussion
How to display zero using Measure or column value (when there is no value)?
- 2 years ago
I would prefer you don't do that. Instead, enable "Show items with no data".
Merge these tables
Bidirectional 1:1 between two tables usually indicates that this should be a single table.
This is not yet a dimension table. It is missing a primary key. Figure out what the primary key is and kick out/downstream anything that prevents it from working.
Avoid bidirectional *:* relationships wherever possible. They are expensive and can lead to wrong results.
I have been modifying relationships between dim table (especially "zzvw_occupancy_trend") with three fact tables for last day or so.
Here is my PBI file.
I am still having a difficulty with using a Filter (Facility Name).
I am not sure whether I need to bring value from dim table or Fact table to be used for filter.
Can you please take a look at the relationship that I created first and give me any feedback where I am wrong?
Appreciated for your help again.
- lbendlin2 years ago
Super User
This looks great. Filters should in the vast majority of scenarios come from the dimension tables. That filter choice then flows down into the fact tables. If you filter on a fact column that choice can not (and should not) propagate back up into the dimension.
- JustinDoh12 years ago
Post Prodigy
Thank you so much again!
I updated PBI as much as I can.
Updated PBI look very well designed, I think.
Now, I think I am ready to get any feedback from you regards to how to display zeros on the "Actual" tab for Kyle.
I have updated my PBI file here.
- lbendlin2 years ago
Super User
I would prefer you don't do that. Instead, enable "Show items with no data".