I'm using Visual Studio 2019 to import data from a DWH data source built on SQL Server 2019. This data is to be used to populate a report in PowerBI services, but when I try to create a measure Mnt% in my cube on Visual Studio, it doesn't appear in my tables in PowerBI.
I created a measurement Mnt% from two existing measurements (which appear in the measurement tables in VS and PowerBI). The measurement Mnt% only appears in the measurement section in VS, but not in PowerBI report. Also, the measure disappears from the table where I created it a few hours later. I don't understand why.