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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Anonymous
Not applicable

Power BI status check

Hi everyone,

 

I want to know the ds_request_id's with the status 'Unregistered, 'Registration Failed', or 'Retired'. 

Fatih1907_0-1647963207172.png

Sometimes a ds_request_id has more than 1 meter, so it shows 'Registered' and 'Unregistered'. For example, ID 1173391 says Registered and Unregistered. Now, I only want to see the ID's which have no Registered meter.

Fatih1907_1-1647963583589.png

ds_request_id is from the first, identification is from the second and status is from the third selected table.

 

Tables starting with 'monitor' are from a DirectQuery connection and the other tables are from an import connection. 

I tried using LOOKUPVALUE and CALCULATE, but DirectQuery doesn't allow that.

 

Does anyone know a solution? Thanks in advance!

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , Measure to get no Registered ds_request_id ids

 

countx(filter(summarize(Table, Table[ds_request_id], "_1", countrows(filter(Table, Table[Status] = "Registered"))), isblank(_1)),[ds_request_id])

 

plot with ds_request_id, if needed

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here
Anonymous
Not applicable

Hi Amitchandak,

 

Thanks for your reply. I used another measure (with calculate, but not in a directquery table) and it worked. Your measure gave an error, but that is not a problem anymore 😉

 

Could you please have a look at my other topic?

https://community.powerbi.com/t5/Desktop/Power-BI-matching-check/m-p/2409684#M863699 

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!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.