Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
SELECT ROUND(CAST(SUM(ctScanAbort) as float) /747683, 3)
FROM [PetData].[dbo].[MachineKPI]
WHERE fk_machine IN (Select m.id from [PetData].[dbo].Machine m
INNER JOIN Country c ON m.fk_country = c.id WHERE m.active = 1 and c.reporting = 1 and fk_platform = 4) AND ctScanAbort IS NOT NULL;
Can someone help me out in converting this sql query to Dax,
I tried this out but it shows error :
Hi @Madhur2218 in part TotalCtScanAbort part 'FSMachineKPI'[fk_machine] IN VALUES ( FilteredMachineIDs )
try to replace with FilteredMachineIDs and see results
Proud to be a Super User!
Hi @Madhur2218 Idea for you: AI
Proud to be a Super User!
Tried out ChatGpt but it still dosent work
User | Count |
---|---|
21 | |
20 | |
15 | |
10 | |
7 |
User | Count |
---|---|
28 | |
28 | |
13 | |
12 | |
12 |