Hello all,
I am new to Power bi, need your help to calculate the number of rows coming up in table visual.
I have 2 datasets with many to many relationship. Table visual contains columns from both datasets. Now I am not able to show the total number of records on the card visual. Can you please help me out, also the total number should get changed as per the slicer.
I have created power bi report with sample data, pls find attached file in below link
Thanks in advance.
@nitish_sharma , You need to query like
countrows(Summarize(Fact, Dim[Col1], dim[Col2], "_1", [Measure], "_2", [Measure]))
@amitchandak, Thanks for reply.
I have tried this but it dosen't works. I have tried with SUMMARIZECOLUMNS also, but that too didn't worked.
Thanks.
User | Count |
---|---|
103 | |
87 | |
70 | |
49 | |
48 |
User | Count |
---|---|
149 | |
95 | |
78 | |
71 | |
68 |