Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi everyone,
I'll try to be as clear as possible:
I'm working on some data in which each observation is a single transaction ID (about 30000 observations). There's variables for location (province theres about 100 of them) and for type of event. I have a separate table in my model that corresponds population to each province.
What I want to do is to add a new column to the main table (the one that contains every single observation) that populates based on population for the respective province.
Is my only solution to write a neverending ifelse function in DAX that does this or is there a more elegant and simple solution?
Edit:
I'm including a sample data set with randomized values, as suggested by @ams1 (thanks!):
Table with transaction ID and geographical info
ID | jurisdiction | province |
546541 | Local | Province1 |
4513215 | Local | Province2 |
2418574 | Local | Province2 |
121357 | Local | Province3 |
248576 | Local | Province5 |
454612 | Local | Province1 |
374884 | Local | Province2 |
84668 | Local | Province3 |
468541 | Local | Province4 |
6848634 | Local | Province2 |
88465 | Local | Province5 |
68484 | Local | Province1 |
4 | Local | Province2 |
55684 | Local | Province3 |
46514 | Local | Province5 |
36464 | Local | Province3 |
Reference table with population per province:
province | population |
Province1 | 98650 |
Province2 | 153465 |
Province3 | 175462 |
Province4 | 356489 |
Province5 | 20560 |
Thanks in advance!
Solved! Go to Solution.
Hi @phhb ,
Please provide sample data for the tables, otherwise there is a HIGH probability you will NOT get an answer. 🙂
So, with a fresh cup of coffee in a new morning I realized I am a noob and should have just used the Merge query button. i'm closing the topic -.-
Hi @phhb ,
Please provide sample data for the tables, otherwise there is a HIGH probability you will NOT get an answer. 🙂
Thanks for the warning, I've included it in the original post
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
25 | |
12 | |
11 | |
11 | |
8 |
User | Count |
---|---|
45 | |
28 | |
14 | |
14 | |
13 |