The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
hi everyone!!
can we count number of specific value without making relationship for each row to show in table.
Say i get two list of names from two different tables using values function and for every name present in list one we get the number of accurance of the same name in list two.
say i have list from table 1 with name ( john, Doe, michle)
and another list with name (john, doe ,michle, john, john, doe)
so if i use names of list one to use in slicer to filter and when i click john than i should get 3 for john similarly 2 for doe selected
and these all values should be in a table.
Due to my schema restriction i cannot make relationship between these two tables.
Kindly help me
Solved! Go to Solution.
@Anonymous , Not very clear, you can create a separate name table and join it both columns, one will active another one will be inactive and you can use userealtionship to activate join
Or you can keep that as in independent Table and filter in measure
like
calculate(countrows(Table), filter(Table, Table[Name] in values(Name[Name])))
@Anonymous , Not very clear, you can create a separate name table and join it both columns, one will active another one will be inactive and you can use userealtionship to activate join
Or you can keep that as in independent Table and filter in measure
like
calculate(countrows(Table), filter(Table, Table[Name] in values(Name[Name])))
User | Count |
---|---|
65 | |
60 | |
55 | |
54 | |
31 |
User | Count |
---|---|
180 | |
88 | |
72 | |
48 | |
46 |