Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
How to compare two data sets from 2 excel files each representing a different year in power bi?
For example: One excel file from 2023 has types of buildings(tall, short)
another excel file from 2024 has types of buildings(tall, short)
how to display them on one visual types of buildings from 2023 and 2024?
Solved! Go to Solution.
Create a date dimension table and establish a relationship to the date column in each dataset. If the datasets do not have a date column already, create one.
Create a date dimension table and establish a relationship to the date column in each dataset. If the datasets do not have a date column already, create one.
must both relationship from the date table to the data set be active? or one active and the other inactive?
They should both be active.