Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowHi 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!
Solved! Go to Solution.
@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!
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())
@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!
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())
Hi, I was able to cover it using the above formula!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
98 | |
69 | |
66 | |
49 | |
42 |