Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello everyone
I have a problem that I'm not being able to solve so I'm writing to see if anyone can give me a hand or guide me.
I have a dashboard consisting of two data sources (two tables).
1)Sales: Consists mainly of 3 columns: date, income, and type of product.
2)Claims: Consists mainly of 3 columns: date, claim ID and product type.
The relationship I assign was by date, but my idea is that within a dashboard I can filter by date and type of product (two different segmenters) and be able to see the evolution of claims and revenues by type of products in linear graphs and cards.
Thank you very much from now
Solved! Go to Solution.
@Syndicate_Admin , You need to create common dimension of date and product type
Product Type = distinct(union(distinct(Sales[Product Type]),distinct(Claims[Product Type])))
Join with both tables and analyze with common tables
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.
Hi @Anonymous ,
I have a dashboard consisting of two data sources (two tables).
1)Sales: Consists mainly of 3 columns: date, income, and type of product.
2)Claims: Consists mainly of 3 columns: date, claim ID and product type.
Since there is only one different column between the two tables, it is recommended to merge the two tables into one based on date and product type columns.
Or you can try @amitchandak 's method.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Syndicate_Admin , You need to create common dimension of date and product type
Product Type = distinct(union(distinct(Sales[Product Type]),distinct(Claims[Product Type])))
Join with both tables and analyze with common tables
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
74 | |
71 | |
39 | |
27 | |
27 |
User | Count |
---|---|
97 | |
97 | |
58 | |
45 | |
42 |