Forum Discussion
How to compare multiple rows for a given column
- 4 years ago
Hello Anonymous
Below are two variants. 1st is what you showed as per your last post and 2nd is as per your 2nd post. You can choose any one. PowerBI file is attached.
Feel free to accept as solution so that others find it easy to get solution.
Thanks,
- 4 years ago
Hi
I believe you need a bridge table to resolve this. You can create a table (let's call it bridgetable) with unique IDs. Create a relationship with bridgetable and table with all metric values. This relationship will be 1 to many.
Thanks
Hi,
Thanks for the solution but it is displaying all the metrics for a given model. What I am trying to get is multiple clustered column for each metric side by side. As you can see below --for a given model is showing all the metrics clustered. Lets say we have 4 models --then for each metric I would like to display 4 clustered columns , one each for one model. I was able to do it for onbe metric by having the id as legend and the metrics as values . But I could not add multiple values. I am also actually ok with the just the id being the legend since I am generating the id as "model_submodel" . TIA.
Hi Anonymous
Can you please show what you are expecting in graphical way? You can use paint or powerpoint or any other software.
Thanks
- Anonymous4 years agoNot applicable
This is what I am looking for .
- Thingsclump4 years agoResolver V
Hello Anonymous
Below are two variants. 1st is what you showed as per your last post and 2nd is as per your 2nd post. You can choose any one. PowerBI file is attached.
Feel free to accept as solution so that others find it easy to get solution.
Thanks,
- Anonymous4 years agoNot applicable
Thank you very much , but since my id was declared as a primary key in the DB I am getting the following error.
Is there anyway to overcome this ? else I have to go back and change the schema in the database and very the PK constraint.