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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
123abc
Community Champion
Community Champion

Colum Calculated Measure fine work on BI Desktop but not on published report

Hi Experts,

 

I have issue with calculated column measure thats fine work on BI desktop but not on publsied report (shwoing YTD Sales on desktop but not on published report).

In my case i am using many table but mainly two table one is Sales Table and other is Signed Target or MOU, in Signed Target or MOU table i calculated a column with measure which calculate the sales of the following dealers who have singed the target.

I need calculated column sales against singed target for some other analytics. Requried Pics and one drive linek is given below

 

 

Measure:

TotalSales =

CALCULATE(

    SUM('Sales Table'[INVQTY]),

    FILTER('Sales Table', 'Sales Table'[NewKey] = 'Signed Target or MOU'[NewKey] && 'Sales Table'[PRODUCT]='Signed Target or MOU'[ProductN]

))

  

PBIX File Link:

https://drive.google.com/file/d/1MNcRdp0TmyBoR4sfS7PDOdLX8hI_nGgo/view?usp=sharing

 

Import Pics:

 

Desktop report matrix show YTD salesDesktop report matrix show YTD salesPublished report not showing YTD SalesPublished report not showing YTD SalesSales Table and Signed Target or MOU Table relationshipSales Table and Signed Target or MOU Table relationshipCalculated Column Measure in Singed Target or MOU TableCalculated Column Measure in Singed Target or MOU Table

6 REPLIES 6
Anonymous
Not applicable

Hi, @123abc 

I am glad to help you.

 

I downloaded and published the pbix file you provided into different types of workspaces in Power BI Service. After my testing, all the values of report are displayed properly in my Power BI Service:
Trial workspace:

vfenlingmsft_2-1723195870192.png

vfenlingmsft_3-1723195886658.png

 


Power BI Pro workspace:

vfenlingmsft_4-1723195911803.png

 

vfenlingmsft_7-1723195992000.png


Premium Per User workspace:

vfenlingmsft_0-1723195831217.png

 

vfenlingmsft_1-1723195847969.png

 

 

I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.
Best Regards,
Fen Ling,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

123abc
Community Champion
Community Champion

First of All Very Thank You Very Much for you great support.

I am Pro User, when i published this report after few minuts data is disappeared... sales table is coming from Oracle ERP and my singed target table is coming with an excel file from share point ... gate-way is properly configured bcz there are many other analytics are working properly and no issue ....  can you guide what possibilities are there. 

Anonymous
Not applicable

Hi, @123abc 

Perhaps you could clear your browser's cache, and then you could recreate a new workspace and publish the report to the new workspace and check if the issue still occurs.

 

Or you can publish the report to another member's workspace in your organization to see if the report displays correctly and if the gateway is working correctly.

 

 

I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.
Best Regards,
Fen Ling,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

AnkitKukreja
Super User
Super User

Hi @123abc 

 

Can you check your visual does not ahve any filters in service? Try to republish the report to my workspace or any different workspace.




I am taking part in the Fabric sticker challenge, please vote for me, and share across your team team please.

https://community.fabric.microsoft.com/t5/Fabric-Community-Sticker-Design/Wishing-health-to-all-the-...

https://community.fabric.microsoft.com/t5/Fabric-Community-Sticker-Design/A-Fabric-Community-Super-U...

https://community.fabric.microsoft.com/t5/Fabric-Community-Sticker-Design/Superman-Oh-I-meant-Super-...

https://community.fabric.microsoft.com/t5/Fabric-Community-Sticker-Design/Data-is-everywhere/cns-p/4...

https://community.fabric.microsoft.com/t5/Fabric-Community-Sticker-Design/Client-I-need-a-tool-that-...

For Power BI trainings or support dm or reach out to me on LinkedIn.
If my response has successfully addressed your question or concern, I kindly request that you mark this post as resolved. Additionally, if you found my assistance helpful, a thumbs-up would be greatly appreciated.

Thanks,
Ankit Kukreja
www.linkedin.com/in/ankit-kukreja1904

i need calculated column not regular measure bcz this calculted column are using furhter column for my analysis like :

 

YTD Ach % REF = DIVIDE('Signed Target or MOU'[TotalSales],'Signed Target or MOU'[YTM Target Actual]).
 
AchievementSlab =
SWITCH(
    TRUE(),
    'Signed Target or MOU'[YTD Ach % REF] >= 0.01 && 'Signed Target or MOU'[YTD Ach % REF] < 0.10, "1%~9%",
    'Signed Target or MOU'[YTD Ach % REF] >= 0.10 && 'Signed Target or MOU'[YTD Ach % REF] < 0.20, "10%~19%",
    'Signed Target or MOU'[YTD Ach % REF] >= 0.20 && 'Signed Target or MOU'[YTD Ach % REF] < 0.26, "20%~25%",
    'Signed Target or MOU'[YTD Ach % REF] >= 0.26 && 'Signed Target or MOU'[YTD Ach % REF] < 0.41, "26%~40%",
    'Signed Target or MOU'[YTD Ach % REF] >= 0.41 && 'Signed Target or MOU'[YTD Ach % REF] < 0.51, "41%~50%",
    'Signed Target or MOU'[YTD Ach % REF] >= 0.51 && 'Signed Target or MOU'[YTD Ach % REF] < 0.76, "51%~75%",
    'Signed Target or MOU'[YTD Ach % REF] >= 0.76 && 'Signed Target or MOU'[YTD Ach % REF] < 0.86, "76%~85%",
    'Signed Target or MOU'[YTD Ach % REF] >= 0.86 && 'Signed Target or MOU'[YTD Ach % REF] < 1, "86%~99%",
    'Signed Target or MOU'[YTD Ach % REF] >= 1, "100% Above",
    "Unknown"
)
 
Above measure slabs are using in Matrix Row as a Slab analysis:
 "1%~9%"
 "10%~19%"
 "20%~25%"
 "26%~40%"
 "41%~50%"
 "51%~75%"
 "76%~85%"
 "86%~99%"
 "100% Above"

 

and these slab are uing in analysis,  you can check above my pic no. 1.

no filter on visual or no on service.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors