We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi,
I have 3 fact tables and 1 dimension table .
FCT1: Country | Sales Amount
FCT2: State | Sales Amount
FCT3: City | Sales Amount
DIM: Country | State | City
How do i join above 4 tables to create reports to drill through from COUNTRY to STATE to CITY.
Thanks
From the details you have given. How do you know which State and Country a City belongs to, or which State a Country is in?
Without that, you can't drill down.
Hi Dramus,
Country to STATE to city link is in dimension table.
for eg:
US KY LOUISVILLE
US KY LEXINGTON
US KY FRANKFORT
Thanks
So at the City level, how do you tell Boston US, from Boston UK?
DATA IN FACT TABLE IS LIKE THIS.
FCT1: COUNTRY | SALES AMT
FCT2: COUNTRY | STATE | SALES AMT
FCT3: STATE | CITY | SALES AMT
Hope it is clear now.
Thanks
Okay...So Assuming that the City table has the full key (City/State/Country).
Power BI can only handle single field keys, so you will need to create some composite keys. (e.g. State-Key = [Country] & "|" & [State]) on the FCT2 and FCT3 tables. You will also need to create a city-key (Country/State/City) on the DIK and FCT3 tables
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 54 | |
| 39 | |
| 32 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 64 | |
| 63 | |
| 37 | |
| 36 | |
| 22 |