Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Been scrolling through the forums but haven't found an answer to this yet (likely searching the wrong terms), hoping someone here can point me in the right direction. I'm just coming back to the Data Analytics field after an extended period away so trying to shake off that rust. I hope the format I put it in below is easy to follow and that I haven't doubled up on this question.
The Overview
I have two tables dimDates and Transactions (in fact there are two Transaction tables but will keep this example with one as they are independent) with a relationship based on a dateKey field that is "DimDates 1>* Transactions". Tables look something like this (created with random dates just to demonstrate example date table is a full featured table of dates):
Date | DateKey |
2019-05-23 | 1 |
2020-07-30 | 2 |
2020-01-08 | 3 |
2022-06-25 | 4 |
DateKey | Account | Amount |
3 | A | 20 |
2 | A | 30 |
2 | B | 4 |
1 | C | 5 |
The Issue
I'm looking to create a card that displays the latest transaction date and total transactions with a visual filter based on Account. So a card filtered for Account A would display "2020-07-30" and "50". Unfortunately when I do this currently due to the direction of the relationship I only get the last date of the DimDates table "2022-06-25".
Attempts to resolve
I attempted to try resolve this with changing both direction and it solves the problem for the card but creates no end of issues for other visuals such as rolling totals, so that wasn't viable. I attempted to solve it with a measure using the DAX Related but it can't seem to interact with the DimDates table for some reason.
Solved! Go to Solution.
Here is the solution:
Model view:
I usually don't ask, but this time I'd appreciate an Accepted solution with a thumbs up. 😁 Cheers!
Here is the solution:
Model view:
I usually don't ask, but this time I'd appreciate an Accepted solution with a thumbs up. 😁 Cheers!
That worked a charm. I thought for a second it wasn't working as the cards were showing up blank. But I think it was because it tooks a while for the measures to populate.
Also, try showing ChatGPT 4 (use the Data Analyst GPT) the model with the relation and ask it to come up with the DAX code. Should be interesting.
Unfortunately I won't use ChatGPT since it requires PII to utilise it. I had tried some local LLMs but they didn't quite cut it with their limited parameter size.
Wasn't the cost issue. It was the need to give your mobile phone to them to use it.
Weird, should be instant. At least, it is on my PC.
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 |
---|---|
81 | |
76 | |
61 | |
37 | |
33 |
User | Count |
---|---|
99 | |
56 | |
51 | |
42 | |
40 |