Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi there,
We are expericing some odd behavior with our reports recently (past week or two..). Measures that used to work in Power BI Service, and still work in Power BI Desktop, no longer work in Power BI Service, they simply return blank. All of the reports are connected to the same semantic data model with imported data, the size of the model is currently around 25 GB, and we are using Premium Per User Licenses. In some cases slightly re-designing the measures has helped, but they were never very complex to begin with.
The latest example is a simple measure that uses a 'dummy' date filter table to only show data within a given date range, while ignoring the relation to the normal date slicer, but syncing the date selection . A solution not that uncommon and refernced on this forum quite a bit.
a =
VAR md =
MAX ( 'Date Dimension Extra'[Date] )
RETURN
CALCULATE (
[Value],
DATESBETWEEN ( 'Date Dimension'[Date], EDATE ( md, -12 ), md )
)
Depending on other filters you need to throw in a REMOVEFILTERS or ALLSELECTED etc.
User | Count |
---|---|
39 | |
31 | |
29 | |
25 | |
24 |
User | Count |
---|---|
53 | |
53 | |
35 | |
31 | |
29 |