Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hi Guys,
This is bit strange issue, not sure if anyone else has faced. Bit stuck here and seeking some help.
We are not getting this error message in previous versions and only seeing this after November Update.
The Measure if only gathering information in the filter and passing this information to other measures that are used onto the report. A custom filter which is used further to calculate the % Female Patients Last Month.
GenderSelection = IF(
HASONEVALUE(Patient[Gender]), VALUES(Patient[Gender]),"Female")
% Female Patients T = if(([GenderSelection])="Female"|CALCULATE(DIVIDE([Patient Referred By Gender T]| [Patients - Referred T]|0)))
% Female Patients Last Month T = CALCULATE([% Female Patients T] | DATESINPERIOD('Date'[Date]|LASTDATE(ExtractDate[ReportDate])|-1|MONTH))
Any suggestions is highly appriciated.
Regards,
KK
I don't reproduce the issue, could you share the pbix file? You can upload the pbix file to Onedrive/GoogleDrive and share the download link. Do note to mask sensitive data before uploading.
By the way, you can try to create the measure as
GenderSelection = IF ( HASONEVALUE ( Patient[Gender] ), MAX ( Patient[Gender] ), "Female" )
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
100 | |
67 | |
44 | |
37 | |
36 |