The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
There are a large (LargeTable) and small (SmallTable) fact tables. They are not connected directly, but have common dimensions (DateId, CustomerId, CategoryId).
I would like to start writing DAX query from getting LargeTable items that has connections to the SmallTable items.
Probably, I should use SUMMARIZE and RELATEDTABLE commands, but I can't figure out how to combine the query.
Could you please help me with this problem?
Solved! Go to Solution.
You can't actually do that unless your fact tables have bidirectional search enabled against the dimension table (which is not really recommended). Just use measures, or TREATAS()
You can't actually do that unless your fact tables have bidirectional search enabled against the dimension table (which is not really recommended). Just use measures, or TREATAS()
User | Count |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
36 | |
14 | |
12 | |
8 | |
7 |