March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
Please help with this issue.
in power bi dashboard
two data tables
Data table 1 view has four columns:
Job Id, source system, feed, platform
Data table 2 view has :
job id , job status , job start, job end
: when user selects a job id row from data table 1 then data from data table 2 rows should pop up if nothing selects from data table 1 , data table 2 should show empty or hide.
if you can help with this issue
thanks a lot in advance
RK
Hi @rrk92, you can obtain the desired result by writing this simple measure that will verify if table 1 is filtered.
Table1 Filtered = IF( ISFILTERED( Table1 ), 1, 0 )
Then you can use this measure as a visual level filter and set it to 1 (so the visual will show data only when table1 is filtered):
Filter applied:
No filter:
I hope it will help you, have a great day!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
115 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
164 | |
116 | |
63 | |
57 | |
50 |