The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 |
---|---|
14 | |
12 | |
8 | |
6 | |
5 |
User | Count |
---|---|
29 | |
18 | |
13 | |
8 | |
5 |