Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Chris932
New Member

Unable to display month result only

Hi!

 

I need help with displaying the month's data only like the 1 shown below. Like for Jan 2022, it is shown as a dot only.

 

Figure 1.PNG

 

I have another chart but it is not showing a straight line(dark blue) which is the summarization for the entire year 2022.

 

Figure 2.PNG

 

Thanking you in advance for any assistance rendered.

 

Chris

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Chris932 , You can create measure of jan

 

calculate([Measure], Date[Month]= "Jan")

 

or

 

calculate([Measure], Filter(all(Date), Date[Month]= "Jan"))

View solution in original post

2 REPLIES 2
v-rongtiep-msft
Community Support
Community Support

Hi @Chris932 ,

Could you tell me which field or measure is applied to the Values field? If it is a measure, could your please provide the formula.

Does the above visual come from two or more tables? If so, did you create a proper relationship between the two tables?

 

If, as in my case, the data for 2021 and 2022 are in different tables,create a relationship between the two tables in terms of months

Please refer to it to see if it helps you.

Create relationships between the two tables.

vpollymsft_0-1645175279691.jpeg

 

vpollymsft_1-1645175279696.jpeg

 

 

If I have misunderstood your meaning, please provide your pbix file without privacy information and desired output.

 

Best Regards

Community Support Team _ Polly

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@Chris932 , You can create measure of jan

 

calculate([Measure], Date[Month]= "Jan")

 

or

 

calculate([Measure], Filter(all(Date), Date[Month]= "Jan"))

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors