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
pgromski
Frequent Visitor

Waterfall chart - All date in filtred period in axis X

Hi everyone,

 

I have a little problem with my conception 🙂  i.e. I have a chart with Axis X with date. I get date from date dimension where I have data from 2000 to 2030.

 

In chart I filtred data with slicer, e.g. one event and I see on axis date where I have data, but I'd like to see every day in this period.

 

Sample:

event: 2018-04-01 to 2018-04-07

data:

2018-04-01 - 24 pcs

2018-04-02 - 10 psc

2018-04-03 - 13 pcs

2018-04-06 - 10 pcs

2018-04-07 - 7 pcs

 

Currently or I see only 5 days or when I use "show item with no data" I see date from 2010 to 2030.

 

I want to see like this:

2018-04-01 - 24 pcs

2018-04-02 - 10 psc

2018-04-03 - 13 pcs

2018-04-04 - 0 pcs

2018-04-05 - 0 pcs

2018-04-06 - 10 pcs

2018-04-07 - 7 pcs

 

1.PNG2.PNG

1 ACCEPTED SOLUTION
v-shex-msft
Community Support
Community Support

Hi @pgromski,

 

I'd like to suggest you write a measure to instead original column who used as value.

 

For e.g. 

Original you use amount with summary mode 'SUM', write a measure total:

Total= Sum(Table[Amount])+0

Then you can simply use slicer to filter on specific range and display blank value as zero without setting 'show item with no data'.

 

Regards,
Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

View solution in original post

2 REPLIES 2
v-shex-msft
Community Support
Community Support

Hi @pgromski,

 

I'd like to suggest you write a measure to instead original column who used as value.

 

For e.g. 

Original you use amount with summary mode 'SUM', write a measure total:

Total= Sum(Table[Amount])+0

Then you can simply use slicer to filter on specific range and display blank value as zero without setting 'show item with no data'.

 

Regards,
Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Great!

 

Very simple solution. I didin't know this trick.

Thank you

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.