Forum Discussion
Multiple dates issue in single graph
- 3 years ago
I found the solution as make all relations with Calender table inactive. Wherever necessary, construct active relations using the DAX formula USERELATIONSHIP.
Hey Rikin-Nayak-007 ,
please provide a pbix file that contains sample data, but still reflects your data model.
You can not create a measure that returns a table.
A measure can only return numeric values, a scalar value. It is possible to leverage virtual tables during the calculation of a measure, though.
I'm also wondering about your expectation if option1 is selected from the 2nd slicer, are there two bars for one item?
Please share the pbix and also the DAX measure used to represent the numeric values.
If you are talking about bars, horizontal rectangles where the width is used to represent the numeric values, if you are talking about columns, then the height of a vertical rectangle is used for data visualization.
Regards,
Tom
Here Why Item 4 Not appear in column chart ? My sampe data is
And for column chart I used following expression for x - axis value:
- TomMartens3 years agoSuper User
Hey Rikin-Nayak-007 ,
please provide a pbix that contains sample data, but still reflects your data model, tables, relationships, calculated columns and measures.
You measure Item_DAX does not return a scalar value.
Next you need a table dimension table, that contains only the items.
Based on the data distribution item 4 can not return if you only have the sales table. I recommend reading this article: Understanding DAX Auto-Exist - SQLBI
Regards,
Tom