Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi! I would like to ask how can I my values be filtered by date. Please see my data model below.
I do have 6 tables connected to each other
Job have relationship with Job Register and Job Budget through "Job UID"
Job Register have relationship with Accounts through"Account UID"
Accounts have relationship with Journal Transactions through"Account UID"
Journal Transaction have relationship with Dates through "Date".
I'm trying to get Sum of square meters in Job table but when I select certain year it's not working.
try this
NewMeasure =
VAR _accts =
SUMMARIZE ( 'Journal Transactions', 'Accounts'[Account UID] )
RETURN
SUMX (
CALCULATETABLE (
SUMMARIZE ( 'Job Register', 'Job'[Job UID], 'Job'[Number - Copy] ),
_accts
),
'Job'[Number - Copy]
)
Hi @wdx223_Daniel ,
Thank you for your response but it's not working still when I change the date in the slicer.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
9 | |
8 | |
7 | |
6 |
User | Count |
---|---|
14 | |
13 | |
11 | |
9 | |
8 |