bun in summarization 'report pane' Power BI? - powerbi

I have my live model from a tabular SSAS; in the model pane I can clearly see that it will summarize it by SUM:
The exact same columns in the Report pane do not have this, and its very strange, it must have the same properties:
This bug impacts because, I do not have the measures created, I just use those done automatically by power bi, and in this case they do not work.

Use the Tabular Editor External Tool to inspect the fields that work vs. the ones that don't.
As a work-around, you can always create measures in Power BI, even with a live connection.

Related

Is there a fast way to see all the active mesures in a Power BI report?

I am trying to siff through a large PBI report and for that I want to be able to determine the active measures and tables in the data model. In others words, I wanna be able to see what's being used from what's unused or obsolete in the model.
Is there, by any chance, a shortcut for that?
Thanks in advance
I think what you are after is RADACAD's amazing PowerBI Helper Utility.
This utility, once installed, is integrated in to the PowerBI external tools ribbon.
See the section at the link above around removing unused fields and measures.
Remove Not-used fields If there is a field not used in any visual, filter, or other calculations, then this is a safe field to be
removed. Power BI Help can identify these fields even if they are DAX
calculated columns or measures. Using the dependency tree of the
measure, it will identify if the field is used in another calculation
that is used in a visual or filter.

Power BI how can I display multiple measures in a table like view

I have created multiple measures in my report, is it possible I can display in separate visuals grouping these measures in a table like manner? i.e. separate visuals for fruit and meat
Also, to be able to drill through to see the details that make up the value of the measures.
The easiest way to do this is to use multi-row card visual:

PowerBI slicer value passing to query

I have a report generated from a SQL query, having a due date column. My requirement is to create a slicer and  whatever the date a user selects in the slicer the report should show all the data where due date is less than the selected slicer date.
I am not able to pass the slicer date to my SQL query. 
Can you guide me guys in finding the best possible way?
This is not possible in general. Slicers and filters set on a report page cannot modify the model (e.g. calculated tables or calculated columns) and cannot modify the queries.
The only possible way to do this sort of thing is with a DirectQuery, which does it automatically in the background since it dynamically queries only the needed data. Otherwise, you need to pre-load all of the data that you intend to use in the report.
Using DirectQuery has significant limitations and may or may not work for your use case. Please check the limitations and considerations in the linked documentation for details.

how to group the values in power bi?

I am trying to create a power bi replicating the tableau report. In tableau, it automatically group the values when we place the columns in rows pane. But in Power BI, I am not able to group the exact same way of tableau report. Please help me how to group the values in report pane of power bi.
I have tried table and matrix visualization but I am not getting the same view like tableau
Need to create the same visuals like tableau report. Attached images
As mentioned in this post, there is no exact visual copy of the Tableau visual you show for PowerBI. Instead, it offers the matrix visual where indentation is used to show groups. This, for instance, allows for a nice presentation of subtotals in your visual, something Tableau does differently. If you are really keen on getting the visual appeal closer alike, try changing the indentation under Formatting Options > Row Headers > Stepped layout indentation. That's the closest you are going to get given the current constraints of Power BI.

DAX studio showing additional (duplicate) local tables

My power Bi model contains the following tables:
However, when I connect to this model from DAX studio, I get the following:
Please note that all of these local date tables show the same metadata like the date table. Is this a potential problem? I believe this might be the reason behind this report working comparatively slow while development.
These tables show date tables automatically created by Power BI for all fields type "Date", to enable date hierarchy for them (year/quarter/month/day).
If you want to remove them, go to File/Options, then under "Current File" uncheck "Auto Date/Time":
These hidden tables will disappear. If you want to turn this feature off for all future/new files (I always do), uncheck a similar option under "Global".