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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
Anonymous
Not applicable

undefined

Hello All,

We have one Visual page which being used from past 2 years and worked fine but suddenly one measure stopped working and giivng me 0 values. Below is the visual in that visual we are using 3 measures

Billing/Booking =
IF (
    HASONEVALUE ( 'Billing & Booking Switch'[Value] ),
    SWITCH (
        VALUES ( 'Billing & Booking Switch'[Value] ),
        "Billing", [Billing],
        "Booking", [Booking],
        "Backlog", [Current Backlog]
    )
)2 more measures for last year and target as well. It is stopped working from mornign only

Can any one assist?

tejutulasi67_0-1686556228409.png

 

1 REPLY 1
amitchandak
Super User
Super User

@Anonymous , Please check any filter saved by mistake. Ot there is data in tables. Or Data is there for selected values.

 

Also try this version of formula

 

IF (
HASONEVALUE ( 'Billing & Booking Switch'[Value] ),
SWITCH (
selectedvalue ( 'Billing & Booking Switch'[Value] ),
"Billing", [Billing],
"Booking", [Booking],
"Backlog", [Current Backlog]
)
)

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.