I have a fairly simple tabular sales model (Customers, Products, Sales) deployed to a SSAS 2016 server in tabular mode and I have a few measures setup on the sales table, things like total value, total kgs, total units, but after deploying the model, they do not show up when connecting with Power BI. Is there a setting that i might be missing somewhere that could be stopping the measure from showing up?
Update
One of the things I have tried, is to run the Create Script Task in SSMS to see if the measures get added as part of the SSAS Database create script and it appears that they are not there from that angle either.