Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
This may not be possible, but I am looking to pull data from two different fact tables and use them in a custom visual. My model looks something like this:
Dim A
-------
DimAKey
DimAAttribute
Fact A
-------
DimAKey
Measure 1
Fact B
-------
DimAKey
Measure 2
When the user filters on DimAAttribute, I want to be able to pull data from Fact A and Fact B, which both have relationships to Dim A. I know I can just drag the fact measures to the visual, but my question is that the two fact tables have different number of rows, so internally I would like to be able to iterate over them separately. Is it possible to do it that way?
That's possible if and only if table are in relationship that can be specified vie Relationship manager of Power BI Desktop.
Otherwise, Power BI will trigger an error.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
40 | |
4 | |
4 | |
3 | |
3 |