Forum Discussion
Rookie data modelling issues
- Anonymous5 years ago
HI Anonymous,
#1, So you mean you want to have a visual with configurable visual axes based on user operation/selection?
If that is the case, I'd like to suggest you create two calculated tables with all requirement types and use them on axis and legend. For the value part, you can write a measure expression to look up and calculate the value from the raw table based on current axis values.
Using the SELECTEDVALUE function in DAX
#2, Your data structure seems not able to direct achieve the graph on radar visual. I'd like to suggest you use the 'requirement' field on category and write measure expressions to calculate different tool types and use on y-axis field.
Sample:
Spoon = CALCULATE ( SUM ( 'Table'[Value] ), FILTER ( ALLSELECTED ( 'Table' ), [Tool] = "Spoon" ), VALUES ( 'Table'[Requirements] ) )Regards,
Xiaoxin Sheng
Anonymous will it be possible for you to share your data in text format or excel format. You can share dummy data with acutal columns so that we can have a look at it and test it at our end. Also, you can test it in the excel as well as there is an option to create radar chart.
- Anonymous5 years agoNot applicable
Okay so I tried adding more infos, does this help?