The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
hi,
i have created a dashboard to keep track the number of cars in car park.
but when i click on the left visual table, the right visual table is not updated.
Is there any way i can link these 2 visual tables? Thanks
visual:
dataset:
this is the measure to count the number of car hourly
number of car = calculate(COUNTX(FILTER('car', 'car'[in time] < max(date_hour[date_end_hour]) && (ISBLANK('car'[out time]) || 'car'[out time] >= max(date_hour[date_end_hour]))), 'car'[car]))
.
Solved! Go to Solution.
Hello @clteh9 ,
make sure there is a relationship between the two tables.
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
Hello @clteh9 ,
make sure there is a relationship between the two tables.
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |