This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Dear friends
how can i display value from another table to visual like this , i need to display distinct value to visual that row header from other table
Table 1
| Date | Type | License |
| 01-01-21 | L | AAA |
| 01-01-21 | L | BBB |
| 02-01-21 | P | CCC |
| 02-01-21 | P | CCC |
Table Visual *Type column are from table2
| Type | Distinct license |
| L | 2 |
| P | 1 |
Solved! Go to Solution.
Hi @Anonymous ,
Solution1: create a relationship between table1 and table2.
Solution2: create a measure as below.
Measure = CALCULATE(DISTINCTCOUNT('Table'[License]),FILTER('Table','Table'[Type]=SELECTEDVALUE('Table (2)'[Type])))
Best Regards,
Jay
Hi @Anonymous ,
Solution1: create a relationship between table1 and table2.
Solution2: create a measure as below.
Measure = CALCULATE(DISTINCTCOUNT('Table'[License]),FILTER('Table','Table'[Type]=SELECTEDVALUE('Table (2)'[Type])))
Best Regards,
Jay
@amitchandak for table 2 are transaction like table 1 ,i create some reference for relate by merge date and type for each table
@Anonymous , if you have a common type table then the measure
distinctcount(Table1[License]) should help
if you do not have one refer https://www.youtube.com/watch?v=Bkf35Roman8
@amitchandak i tried but it show all distinct value that not divide by type (ex. boths type L and P display distinct license as 3 )
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 27 | |
| 26 | |
| 22 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 48 | |
| 46 | |
| 41 | |
| 21 | |
| 18 |