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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Clustered columns all have the same values for each time period.

Visualizations are not segregating attribute counts as desired.  Counts for all attributes displayed in clustered column charts the same instead of different – representing the counts for each attribute per time bucket.

02.26.21.PNG

 I searched and didn't find a matching article 😊

Link to Background doc 

Link to .xlsx data file 

1 ACCEPTED SOLUTION

Hi.

 

Take a look if its help you..

 

https://we.tl/t-3PYAeIaF3q

 

Best Regards.

 

View solution in original post

5 REPLIES 5
Portrek
Resolver III
Resolver III

Hi.

 

You need to create a Calendar Table commun between the column


Try create a new table and insert the code


CALENDAR = ADDCOLUMNS(CALENDAR(MIN('Raw Data'[Created]),MAX('Raw Data'[Resolved])),"MOUTH", UPPER(FORMAT([Date], "mmmm")))

Then you put the mouth in X-Asis.

 

Best Regards.

 

Choose this reply like the resolution of your problem.

Anonymous
Not applicable

Thanks - I'll give it a try and let you kn ow how it goes 💪

Anonymous
Not applicable

Thanks @Portrek

I used your code to create the table.  The table included Date and Month columns.

I did not get the result I was looking for so I tried to join the new table with the Raw Data table on the CREATED, RESOLVED and CLOSED fields.  Still not what I was looking for.

 

I created another table (brute force) with DATE | DAY | MONTH | YEAR columns and still not getting the results I'm seeking.  Tried joining tables on CREATED-DATE and no change.

 

I understand you're advising me to create a date lookup table for represent all days in the RawData Table (i.e. DateLookup).  Please clarify how DateLookup should relate to RawData (i.e. are they to be joined?  if yes, on which fields?)  And then how to define parameters within the visual definition.

 

I need to have a date hierarchy available to enable drill down YEAR > MONTH > DAY.

 

Any assistance is much appreciated.  Thanks.

Hi.

 

Take a look if its help you..

 

https://we.tl/t-3PYAeIaF3q

 

Best Regards.

 

If this post resolv your problem, acept the solution for close the post. Thanks.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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