Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

app.powerbi adding additional values not presents on desktop version

Hi everyone,

I've recently noticed that some of my reports are not reflecting the values that I see on the desktop client of PowerBI when published to web.

I currently have a calculated column that displays what number number transaction a row might represent for a particular user (Upload number being the transaction number).

The Calculation used is:

Upload number = RANKX(calculatetable(
'public t_negotiations', 'public t_negotiations'[env]= "Production", 'public t_negotiations'[Launched?]="True"
,ALLEXCEPT('public t_negotiations','public t_negotiations'[agent_id])
),
'public t_negotiations'[campaign_launch_date],
,ASC,Dense)
 
The upload number is a great way for us to track who are our first time users so we can closely monitor their progress. 

This column has worked great for a bit over a year now, but recently I've noted that the Web version of PowerBI sometimes adds an extra value  i.e. If Upload Number = 1 sometimes it will instead show Upload Number = 2 

This only happens on web, and if i republish the report it will sometimes fix the issue. Does anyone have any advice on what might be happening and how I can reduce the probability of this occurring? 
1 REPLY 1
v-stephen-msft
Community Support
Community Support

Hi @Anonymous ,

 

Sorry, not very celar. 

 

Can you provide me with more detailed information about your tables and questions, such as screenshots, or share the pbix files in Onedrive for Business with me?

 

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors