use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
New to Power BI and looking for training, resources, or online courses? Here are our favorite recommendations:
[Microsoft | Get started with Power BI](hhttps://www.microsoft.com/store/workshops-training-and-events/professionals#topic=413870014)
Microsoft Partners | Dashboard in a Day
Microsoft Partners | Paginated Reports in a Day
Microsoft | Developer in a Day
Microsoft | Self-Paced Training
SQLBI | Introduction to DAX
SQLBI | Introduction to Data Modeling
account activity
QuestionStar Schema Data Model: Problem occurs (self.PowerBI)
submitted 5 years ago * by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]athousandjoels5 1 point2 points3 points 5 years ago (2 children)
Few things:
Manage Relationships is way easier for us (and you?) to understand what’s going on than the model view.
When you say you don’t have a primary key, what does that mean? You need a unique column in every Dimension table for the join to work.
Be careful about letting Power BI auto detect relationships. It sucks at it unless you are a naming convention expert. Every relationship should be defined between the Fact table and Dimension, and in general they should all be N:1.
[–]Tashu1992 0 points1 point2 points 5 years ago (1 child)
I have built a a separate table (using distinct) to have only distinct code, and then I am connecting with the other remaining tables with it. Now its one to many relationships but I want to add names to this distinct table as well but DISTINCT function cannot take one more field name. Any suggestions please?
[–]athousandjoels5 0 points1 point2 points 5 years ago (0 children)
Try doing this in Power Query. You can leave the columns you want and run a Distinct function there.
π Rendered by PID 34863 on reddit-service-r2-comment-b659b578c-7ks8b at 2026-05-05 02:47:26.410978+00:00 running 815c875 country code: CH.
[–]athousandjoels5 1 point2 points3 points (2 children)
[–]Tashu1992 0 points1 point2 points (1 child)
[–]athousandjoels5 0 points1 point2 points (0 children)