I have created a card in which I have mentioned which courses have distributed how many certificate but the problem is I only have Course Id in this table and I have course name in some other tables. It is possible to add that column into my card
Only if you can find a way to link those two tables which I believe you don't have right now. There are two ways to do it
Hi @Sheeraz89
You'll need to join your two datasets together with a Magic ETL dataflow using the join tile based on the course ID (alternatively you can use a DataSet View and join the two tables together). This will combine the two datasets together and allow you to pull in the course name. Once you have that new dataset output from the dataflow you will have to change the dataset on the card to be your new dataset so it has access to the course information.