Relative Content

Tag Archive for powerbidaxpowerbi-desktop

Power BI DAX issue

I have a problem in PowerBi that i can’t fix.
Building a production report with movement from production line A to production line B
The data set only shows the movement from line A with a specific product ID.
So the negative movement is calculated through a measure, but I cant fix the positive movement on line B.

DAX ignoring subset of slicer filters in measure

I am working on PowerBI desktop.
I have a table “DataTable”, with lots of columns, including such columns as “date”, “is_user_valid”, “country”, “value” etc.
In the report, there is a slicer which shows different measures per country, on which many filters to “DataTable” applied to make measures results more specific.In general, there are >30 filters, including filters on “date=01-Jan-2024”, “is_user_valid=yes”, “country” and others.