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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
AlessandroBet
Helper V
Helper V

create new table an visuali it with a visula

I have created the following table and I would like visualize each columns with a visual "table" but it doesn't work
 
#Margin_Table = DATATABLE("Mounth",STRING,"Margin",CURRENCY
    ,{
        {"Jan","100",
        {"Feb","200",
        {"Mar","300"
    }
)
 
Can you help me?
1 ACCEPTED SOLUTION

Hi , @AlessandroBet 

If your data source is a dataset on the powerbi service,that is equivalent to the connection mode of liveconnect and you cannot create a calculate table or calculate column.

 

https://docs.microsoft.com/en-us/power-bi/desktop-directquery-about#live-connections

81.png

 

You  also can  refer this related article:

https://docs.microsoft.com/en-us/power-bi/desktop-report-lifecycle-datasets#limitations-and-consider...

 

Best Regards,
Community Support Team _ Eason

 

 

View solution in original post

5 REPLIES 5
Greg_Deckler
Community Champion
Community Champion

I believe you want:

 

#Margin_Table = DATATABLE("Mounth",STRING,"Margin",CURRENCY
    ,{
        {"Jan",100},
        {"Feb",200},
        {"Mar",300}
    }
)


Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Yes sorry i did a mistake typing. Anyway it doesn't work 

Hi , @AlessandroBet 

You also can refer here.

And could you please tell me whether your problem has been solved?
If it is,  please mark  @Greg_Deckler  replies or add your reply as Answered to close this thread.

 

79.png

 

Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

I can select "new table".

My dataset is linked and not create by myself

 

Cattura.JPG

Hi , @AlessandroBet 

If your data source is a dataset on the powerbi service,that is equivalent to the connection mode of liveconnect and you cannot create a calculate table or calculate column.

 

https://docs.microsoft.com/en-us/power-bi/desktop-directquery-about#live-connections

81.png

 

You  also can  refer this related article:

https://docs.microsoft.com/en-us/power-bi/desktop-report-lifecycle-datasets#limitations-and-consider...

 

Best Regards,
Community Support Team _ Eason

 

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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