Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All,
Please can you help in converting this MDX Calculated Measure to DAX Calculated Measure:
MDX:
SELECT
non empty{([Measures].[Gross Usage Revenue])} ON COLUMNS ,
non empty
{
(
[Country].[Country Code].[Country Code],
[Service Type].[Service Type].[Service Type],
[Call Type].[Category].[Category],
[Call Type].[Sub Category].[Sub Category],
[Telecom Area].[Telecom Area].[Telecom Area],
[Telecom Area].[Telecom Operator Name].[Telecom Operator Name],
[Event Direction].[Event Direction Code].[Event Direction Code],
[Product].[Product ID].[Product ID]
)
}
ON ROWS
FROM [Model]
where
{
[Calendar].[Date].&[2022-10-01T00:00:00]
}
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
9 | |
6 |