March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi Experts
Looking for suggestion on Data model(PowerPivot) with Fact and dimesion for below Fact table on which i need to measure KPI for "ZONE" with filter option on Area and Region [ fact Table ( below is example of 60000 R and 90 C) ]
I have create 3 dimension tables 1. Area ( Primary key 60 unique values), Sub Area ( Primary key 130) and ZONE. But struggling to get right combination of relationship
Fillter | Area |
Fillter | Sub Area |
Zone | QTY |
AAA | SUMIFS( QTY, AAA>=0,AAA<=3, Area, Filter Selection, Sub Area, Filter Selection) |
BBB | SUMIFS( QTY, DDD>=0,AAA<=3, Area, Filter Selection, Sub Area, Filter Selection) |
CCC | SUMIFS( QTY, CCC>=0,AAA<=3, Area, Filter Selection, Sub Area, Filter Selection) |
DDD | SUMIFS( QTY, DDD>=0,AAA<=3, Area, Filter Selection, Sub Area, Filter Selection) |
Fact table
Type | Area | Sub Area | QTY | AAA | BBB | CCC | DDD |
A | FG | V1 | 10 | 2 | 0 | 2 | 2 |
A | FG | V1 | 0 | 2 | 0 | 2 | 1 |
A | FG | V2 | 10 | 0 | 0 | 1 | 1 |
A | TF | V1 | 10 | 0 | 2 | 2 | 1 |
A | TF | V1 | 10 | 3 | 1 | 2 | 1 |
A | TF | V1 | 20 | 2 | 1 | 1 | 2 |
A | RG | V2 | 10 | 0 | 1 | 1 | 1 |
A | RG | V1 | 10 | 0 | 2 | 3 | 1 |
A | RG | V2 | 10 | 2 | 1 | 1 | 1 |
Solved! Go to Solution.
You may simply use SUMX Function to add a measure.
You may simply use SUMX Function to add a measure.
Hi
Do i need to provide any additional information
regards
Kumar
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
133 | |
91 | |
88 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
73 | |
68 |