Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi
We are running a tabular model ong SQL Server 2019 and connecting through Power BI. Sometimes I create local measures, but sometimes they return blank. If I simply move the measure to the SSAS instance it works just fine. Any idea why? I have never encountered this issue before untill this week.
Here you can see an example of me dividing two existing measures in the SSAS. When returning the measures individually it works just fine.
Even if I just directly refer to one of the measures it does not work:
It's 50/50 whether it works. For example if I point to Closed Claim measure it works.
Hi @rhl94 ,
Whether your problem has been resolved? If yes, could you please mark the helpful post as Answered? It will help the others in the community find the solution easily if they face the same problem with you. Thank you.
Best Regards
Hi @rhl94 ,
Please try to create a new measure based on measure [Revised or Extended Claims] as follows and then apply it to the measure [Share of Complicated cases R] to see if you get the correct result instead of the blank values... If no, could you please provide the formula for the measure [Revised or Extended Claims] and some sample data from the table of the fields that measure refers to?
Measure =
SUMX (
GROUPBY ( 'Table', 'Table'[YearKey], 'Table'[Month] ),
[Revised or Extended Claims]
)
Share of Complicated cases R = DIVIDE ( [Measure], [Closed Claims], BLANK () ) |
Best Regards
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
90 | |
82 | |
65 | |
51 | |
31 |
User | Count |
---|---|
117 | |
116 | |
71 | |
64 | |
39 |