Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

creating table/report from multiple tables

Hi,   I am new to power bi and trying to create table/report that pulls data from three different tables.   I have one table "Conversion":  with columns like: conversion_id, date_converted,channe...
  • Seward12533's avatar
    8 years ago

    You need a bridge table of all valid IDs that could appear in both.  (If one is not a superset of the other you can build it in PowerQuery to duplicate each table, remove other columns, then remove duplicates and then create an append table of these two and then remove duplicates again.)

     

    You will probalby have to remove your bidirectional "Both" filter directions on your relationships with the date table in order to define the relationships. 

     

    Write you measure for Count, Sum or whatever from each of the tables, once you have done that you will need to force the filter context.  There are several ways to do this. Here is a copy of something I did for an internal workshop.