Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi guys,
I have a data range filter, however, the date range on my clustered column chart is not reflecting my date range filter.
The area chart on the top is correctly reflecting, but not the clustered column chart on the bottom.
How do i make it reflect correctly? Your help is appreciated!!
Solved! Go to Solution.
@mhsieh , is one of the measures using +0 or coalesce of if to handle blank if so remove those in measure,
You can try adding a filter remove 0 or blank on one of the mesure
Hi,
In the screenshot, i do not see a Calendar Table. If you do not have that, you must create one.
I do have a calendar table; however it's not shown on the screenshot.
@mhsieh , is one of the measures using +0 or coalesce of if to handle blank if so remove those in measure,
You can try adding a filter remove 0 or blank on one of the mesure
Yes I did use IFERROR() to handle zero and null. After removing that, it worked! Thank you so much!
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.