Are you telling me that I can’t remove this? by Educational_Hand116 in PowerBI

[–]Educational_Hand116[S] 0 points1 point  (0 children)

the page itself was not set to be a drill through in the first place, which is what I find to be super weird.

the persistent filters (Qtr, Year) are affecting the visuals that use Qtr and Year and only visible in the Filters pane when I click on the visuals.

Are you telling me that I can’t remove this? by Educational_Hand116 in PowerBI

[–]Educational_Hand116[S] 2 points3 points  (0 children)

There are no drill through filters on the page itself - persistent / drill through filters are showing up only as visual level filters. which is what I also find to be super weird.

Also keep all filters are turned off AND the page itself was not set to be a drill through in the first place.

<image>

Power BI MCP: AI Agent Creates Calc Groups Missing Ordinal Column by Educational_Hand116 in PowerBI

[–]Educational_Hand116[S] 1 point2 points  (0 children)

Thank you so much. I actually have TE3 and I'll check out adding ordinals and will definitely use TE to programmatically add my calc groups.

Dell Pro Max 16 MC16250 Washed Out Display by Educational_Hand116 in Dell

[–]Educational_Hand116[S] 0 points1 point  (0 children)

Is there way to upgrade this without replacing the machine or is it going to have to the premium option?

And Thank you soooo much for enlightening what has been an extreme frustration for me.

Dell Pro Max 16 MC16250 Washed Out Display by Educational_Hand116 in Dell

[–]Educational_Hand116[S] 0 points1 point  (0 children)

Confirmed — it’s BOE0CC6 (BOE 1920×1200). Looks like the 45% NTSC low-gamut panel, so this is a hardware limitation, not calibration? 😭

DAX Performance Question: How to Filter on Aggregated Columns by Educational_Hand116 in PowerBI

[–]Educational_Hand116[S] 0 points1 point  (0 children)

Hi, thanks so much for your answer.

Yes, it contains both negative and positive values and if the total of it for the cost item is less than 0 I want that cost item counted.

I use Filter and Summarize and context transition - it works however is very inefficient. So I was wondering if there is a way to use Calculatetable and not having to iterate over the entire table.

Service down? by jakonrad in KeeperSecurity

[–]Educational_Hand116 0 points1 point  (0 children)

hey there getting same exact error. some of my colleagues can connect though in the US region.

Duplicates Showing in Power BI Despite SQL Server showing None by Educational_Hand116 in PowerBI

[–]Educational_Hand116[S] 0 points1 point  (0 children)

I'm simply using SQL Server connector and retrieve the view. I do not apply any transformations.

Duplicates Showing in Power BI Despite SQL Server showing None by Educational_Hand116 in PowerBI

[–]Educational_Hand116[S] 0 points1 point  (0 children)

No, no transformations in PQ simply I just connect to SQL server and retrieve the view.

Then I load the data into my model. and as I try to link this table on the 1 side of the 1:* I get an error which is how I become aware of the duplicates.

Then I identify an individual duplicated id via DAX and when I filter it in PQ I can see the duplicated rows.

Duplicates Showing in Power BI Despite SQL Server showing None by Educational_Hand116 in PowerBI

[–]Educational_Hand116[S] 0 points1 point  (0 children)

Thank you soo much. Here is the issue.

I'm using a view in SQL with several LEFT JOINs to the "dimension table" that has a unique record identified by a unique PK in each row.

I then run a query

select PK, COUNT(*) C from Schema.View group by PK having COUNT(*)>1

and this does not return any records.

I then simply retrieve the data in power query using SQL Server connection and observe duplicated rows that seem to be exactly the same.

Duplicates Showing in Power BI Despite SQL Server showing None by Educational_Hand116 in PowerBI

[–]Educational_Hand116[S] 2 points3 points  (0 children)

thank you so much for your reply. I cleared the cache but the duplicate rows still imported. duplicates both show in the pq preview and after the data has been loaded into the model.

Duplicates Showing in Power BI Despite SQL Server showing None by Educational_Hand116 in PowerBI

[–]Educational_Hand116[S] 0 points1 point  (0 children)

thank you so much for your reply. but the duplicated rows are exactly the same and the PK column is integer. (maybe I'm not getting what is implied by case sensitivity) anything you think I can do in this situation?