User Profile
3mmanuel_12
Regular Visitor
Joined 8 months ago
User Widgets
Contributions
POWER BI AI INTERGRATION
Hi everyone, I would appreciate your feedback if possible. I am looking to implement a chatbot in my report that would connect directly to my dataset. Has anyone already implemented something similar, or are there any alternative approaches you would recommend? Thank you in advance.Solved417Views3likes4CommentsRe: Conditional Formatting - Bar Chart from Field values
Thanks for your answer. My measure is something like that. CF Resolution Target = VAR _value=[Avg Resolution Time]- [Tickets Resolution Target] RETURN IF( _value>0,"Red", "Green" ) As you see in the image , in the table this measure returns the expected value Green or Red based on the condition. But it does not works in the bar chart. I used the same process as you mentioned above to apply color format1KViews0likes6CommentsConditional Formatting - Bar Chart from Field values
Hello All, Can anyone help me. I have a bar chart to show SLA category. I need to implement a conditional formatting based on the SLA Policies. My issue is all measures work fine but the bar does not match with the appropriate color. Note that the average time is in Hours See image below. Thanks for your support.Solved1KViews0likes9CommentsRe: Total End Formula
I have already use the same way : VAR calcul_=SELECTEDVALUE('Cernol Template'[Totalling Type]) VAR value_= SWITCH( TRUE(), calcul_="Formula", CALCULATE( '_Acc Ledger'[Total Amount], '_Acc schedule'[L1 Sequence] IN {3,4,5,6,713} ), '_Acc Ledger'[Total Amount], ) But here is the issue , in the Totalling column i have text format. I don't know how to convert this part 3,4,5,6,713 to a table without creating a new table to store all formula.1.3KViews0likes1CommentTotal End Formula
Hello everyone, I am new to Power BI and currently working with sample sales data. I’ve encountered a calculation challenge and was hoping someone could help. I have a summary of sales, and I would like to calculate the total sales based on a specific set of rows — for example, rows with indices 3, 4, 5, 6, 7, and 13. Has anyone worked on a similar scenario or could advise on the best approach to achieve this? Thank you in advance for your guidance!Solved1.3KViews0likes10Comments
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.