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

The Fabric Community site will be in read-only mode on Monday, Feb 24 from 12:01 AM to 8 AM PST for scheduled upgrades.

Reply
MExtross
Helper I
Helper I

"Covering" a Visual

Hi Community!

 

I believe this is possible but I am just not sure how to do it. If you have a lot of data for a certain time frame (four months), and you have a monthly slicer on the visual, but you only want the data to appear when a month is selected on the slicer and not the full four months when nothing is selected on the slicer, how can you cover it? I believe that you could cover with a blank visual and adjust settings for that blank visual to disappear when something is selected in the slicer.

Please let me know if you have any ideas.

 

Thank you in advance!

1 ACCEPTED SOLUTION
Eric_Zhang
Microsoft Employee
Microsoft Employee


@MExtross wrote:

Hi Community!

 

I believe this is possible but I am just not sure how to do it. If you have a lot of data for a certain time frame (four months), and you have a monthly slicer on the visual, but you only want the data to appear when a month is selected on the slicer and not the full four months when nothing is selected on the slicer, how can you cover it? I believe that you could cover with a blank visual and adjust settings for that blank visual to disappear when something is selected in the slicer.

Please let me know if you have any ideas.

 

Thank you in advance!


@MExtross

There's no elegant solution, however you can achieve the goal with some tricky measure. See more details in the attached pbix file.

Measure = IF(ISFILTERED('calendar'[YearMon]),SUM('Table'[value]),BLANK())

Capture.PNGCapture.PNG

 

View solution in original post

2 REPLIES 2
Eric_Zhang
Microsoft Employee
Microsoft Employee


@MExtross wrote:

Hi Community!

 

I believe this is possible but I am just not sure how to do it. If you have a lot of data for a certain time frame (four months), and you have a monthly slicer on the visual, but you only want the data to appear when a month is selected on the slicer and not the full four months when nothing is selected on the slicer, how can you cover it? I believe that you could cover with a blank visual and adjust settings for that blank visual to disappear when something is selected in the slicer.

Please let me know if you have any ideas.

 

Thank you in advance!


@MExtross

There's no elegant solution, however you can achieve the goal with some tricky measure. See more details in the attached pbix file.

Measure = IF(ISFILTERED('calendar'[YearMon]),SUM('Table'[value]),BLANK())

Capture.PNGCapture.PNG

 

Capture FORMULA.PNG

Hi, I was able to cover it using the above formula!

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

Check out the February 2025 Power BI update to learn about new features.

Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

Feb2025 NL Carousel

Fabric Community Update - February 2025

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