Forum Discussion
Powerbi app is not displaying Powerbi Desktop Dax function results.
- 5 years ago
Yes, it is solved .
I modified the problem ,used the concept "set value as " and "Percent of row total" .It gives me the same result ,which is working on desktop and app.
mohsin-raza
I am not sure how you are implementing this measure in your project. if you want to get the TAX total for each year you can simply do the following
Tax = CALCULATE( [total], ' Cost '[categori]="Tax" )
you are right!
in this task ,i am making further analysis by taking "Which type of vechical paid more Tax in % " in each "Selected Year".
It works very fine in BI desktop .when i publish it ,i got the msg which i mentioned in my problem.
- Fowmy5 years ago
Super User
mohsin-raza
Did you modify the measure and publish it again to check the error?- mohsin-raza5 years ago
Helper III
Not yet!
I am looking for some solution to remove this error.
It is not one category "Tax". The table conatins also other categories like "insurance"," road taxes" and more of each vechical The same concept is used behind each category.
Again its work very fine in desktop not on App.i can explore the solution if not i will modify measure and test again.